Screenshot of one of Mathkeeb’s keymap.c files, using VSCode
There are different types of keycodes:
●
Ones beginning with “KC_” are letters or symbols that would appear on a normal keyboard
○
KC_TRANS indicates that the key is ‘transparent’, and will not do or type anything
when pressed
8