KC_NO
(Empty): Nothing is sentKC_TRNS
(Upside Triangle): Pass-through, meaning whatever is mapped to that key on the next lower layer is sentWin/GUI
is equivalent to Cmd/Command
, while Alt
is equivalent to Opt/Option
.Any
key, which allows you to specify a QMK Keycode if one is not listed in any of the groups.BL
stands for Backlight (typically single-color LEDs for each key).{}
), you can use basic QMK keycodes.MyPassw0rd!
- Sends MyPassw0rd!
{KC_A,KC_C,KC_E}
- Sends ace
{KC_LCTL,KC_C}
- Sends Ctrl-CTest Matrix
. This will let you see if all of the physical locations of keys work.