summaryrefslogtreecommitdiff
path: root/docs/basic_keycodes.md
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2017-08-06 17:51:42 -0700
committerJack Humbert <jack.humb@gmail.com>2017-08-16 15:47:20 -0400
commit9b879b1267cd5cbebf4d73595c7ca4ed52fe5ef4 (patch)
treee47cc787fcb7745d83d6e645b21c00e498b55100 /docs/basic_keycodes.md
parent2709744cdda808121ae91e8467659f715e68a540 (diff)
break up keymaps and quantum keycodes into files by feature
Diffstat (limited to 'docs/basic_keycodes.md')
-rw-r--r--docs/basic_keycodes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/basic_keycodes.md b/docs/basic_keycodes.md
index 4f84647a2a..b1f69ab167 100644
--- a/docs/basic_keycodes.md
+++ b/docs/basic_keycodes.md
@@ -1,5 +1,11 @@
# Basic keycodes
+Basic keycodes are based on [HID Usage Keyboard/Keypad Page(0x07)](http://www.usb.org/developers/hidpage/Hut1_12v2.pdf) with following exceptions:
+
+* `KC_NO` = 0 for no action
+* `KC_TRNS` = 1 for layer transparency
+* internal special keycodes in the `0xA5-DF` range (tmk heritage).
+
## Letters and Numbers
|KC_1|KC_2|KC_3|KC_4|KC_5|KC_6|KC_7|KC_8|