Created
June 15, 2026 08:43
-
-
Save real-or-random/4eaf6537ed050984807c5a7511397cd3 to your computer and use it in GitHub Desktop.
LED config for Kinesis Edge Freestyle RGB keyboard that shows vim key types (based on https://hilltopsw.com/blog/wp-content/uploads/2016/12/vi-vim-tutorial.pdf )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [hk0]>[255][255][255] | |
| [esc]>[255][255][0] | |
| [F1]>[255][255][255] | |
| [F2]>[255][255][255] | |
| [F3]>[255][255][255] | |
| [F4]>[255][255][255] | |
| [F5]>[255][255][255] | |
| [F6]>[255][255][255] | |
| [F7]>[255][255][255] | |
| [F8]>[255][255][255] | |
| [F9]>[255][255][255] | |
| [F10]>[255][255][255] | |
| [F11]>[255][255][255] | |
| [F12]>[255][255][255] | |
| [prnt]>[255][255][255] | |
| [pause]>[255][255][255] | |
| [del]>[255][255][0] | |
| [hk1]>[255][255][255] | |
| [hk2]>[255][255][255] | |
| [tilde]>[0][255][0] | |
| [1]>[255][0][0] | |
| [2]>[255][255][0] | |
| [3]>[0][255][0] | |
| [4]>[0][255][0] | |
| [5]>[0][255][0] | |
| [6]>[0][255][0] | |
| [7]>[255][255][0] | |
| [8]>[0][255][0] | |
| [9]>[0][255][0] | |
| [0]>[0][255][0] | |
| [hyph]>[0][255][0] | |
| [=]>[255][0][0] | |
| [bspc]>[255][255][255] | |
| [home]>[0][255][0] | |
| [hk3]>[255][255][255] | |
| [hk4]>[255][255][255] | |
| [tab]>[255][255][255] | |
| [q]>[255][255][0] | |
| [w]>[0][255][0] | |
| [e]>[0][255][0] | |
| [r]>[255][255][0] | |
| [t]>[0][255][0] | |
| [y]>[255][0][0] | |
| [u]>[255][255][0] | |
| [i]>[255][128][0] | |
| [o]>[255][128][0] | |
| [p]>[255][255][0] | |
| [obrk]>[0][255][0] | |
| [cbrk]>[0][255][0] | |
| [\]>[255][255][255] | |
| [end]>[0][255][0] | |
| [hk5]>[255][255][255] | |
| [hk6]>[255][255][255] | |
| [caps]>[255][255][255] | |
| [a]>[255][128][0] | |
| [s]>[255][128][0] | |
| [d]>[255][0][0] | |
| [f]>[0][255][0] | |
| [g]>[255][255][255] | |
| [h]>[0][255][0] | |
| [j]>[0][255][0] | |
| [k]>[0][255][0] | |
| [l]>[0][255][0] | |
| [colon]>[0][255][0] | |
| [apos]>[0][255][0] | |
| [ent]>[255][255][255] | |
| [pup]>[0][255][0] | |
| [hk7]>[255][255][255] | |
| [hk8]>[255][255][255] | |
| [lshft]>[255][255][255] | |
| [z]>[255][255][255] | |
| [x]>[255][255][0] | |
| [c]>[255][0][0] | |
| [v]>[255][255][0] | |
| [b]>[0][255][0] | |
| [n]>[0][255][0] | |
| [m]>[255][255][0] | |
| [com]>[0][255][0] | |
| [per]>[255][255][0] | |
| [/]>[0][255][0] | |
| [rshft]>[255][255][255] | |
| [up]>[0][255][0] | |
| [pdn]>[0][255][0] | |
| [hk9]>[255][255][255] | |
| [hk10]>[255][255][255] | |
| [lctrl]>[255][255][255] | |
| [lwin]>[255][255][255] | |
| [lalt]>[255][255][255] | |
| [lspc]>[255][255][255] | |
| [rspc]>[255][255][255] | |
| [ralt]>[255][255][255] | |
| [rctrl]>[255][255][255] | |
| [lft]>[0][255][0] | |
| [dwn]>[0][255][0] | |
| [rght]>[0][255][0] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment