]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - Keycodes.md
Updated FAQ Keymap (markdown)
[qmk_firmware.git] / Keycodes.md
index 4d2cb46998b6fcb54c9a80b70c6e5625c0a020a0..2ea6b315d4ab84684b713476fdd095172fdae7c4 100644 (file)
@@ -2,6 +2,8 @@
 
 When defining a [keymap](https://github.com/qmk/qmk_firmware/blob/master/doc/keymap.md) each key needs a valid key definition. This page documents the symbols that correspond to keyboard scan codes that are available to you in QMK. They can be used by themselves or in combination with one of the [many functions available](https://github.com/qmk/qmk_firmware/wiki#going-beyond-the-keycodes) to customize your board.
 
+The source of truth for these codes is the [keycode.txt](https://github.com/qmk/qmk_firmware/blob/master/doc/keycode.txt) file in the qmk documentation.
+
 # The Keycodes
 
 ## Letters and Numbers
@@ -47,11 +49,6 @@ When defining a [keymap](https://github.com/qmk/qmk_firmware/blob/master/doc/key
 
 |Long Name|Short Name|Description|
 |---------|----------|-----------|
-|KC_LOCKING_CAPS||Locking Caps Lock12|
-|KC_LOCKING_NUM||Locking Num Lock12|
-|KC_LOCKING_SCROLL||Locking Scroll Lock12|
-|KC_INT4|KC_HENK|JIS Henken|
-|KC_INT5|KC_MHEN|JIS Muhenken|
 |KC_LCTRL|KC_LCTL|LeftControl|
 |KC_LSHIFT|KC_LSFT|LeftShift|
 |KC_LALT||LeftAlt|
@@ -60,6 +57,11 @@ When defining a [keymap](https://github.com/qmk/qmk_firmware/blob/master/doc/key
 |KC_RSHIFT|KC_RSFT|RightShift|
 |KC_RALT||RightAlt|
 |KC_RGUI||Right GUI(Windows/Apple/Meta key)|
+|KC_LOCKING_CAPS||Locking Caps Lock12|
+|KC_LOCKING_NUM||Locking Num Lock12|
+|KC_LOCKING_SCROLL||Locking Scroll Lock12|
+|KC_INT4|KC_HENK|JIS Henken|
+|KC_INT5|KC_MHEN|JIS Muhenken|
 
 ## Commands