diff options
author | skullY <skullydazed@gmail.com> | 2017-08-06 17:51:42 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-16 15:47:20 -0400 |
commit | 9b879b1267cd5cbebf4d73595c7ca4ed52fe5ef4 (patch) | |
tree | e47cc787fcb7745d83d6e645b21c00e498b55100 /docs/basic_keycodes.md | |
parent | 2709744cdda808121ae91e8467659f715e68a540 (diff) | |
download | firmware-9b879b1267cd5cbebf4d73595c7ca4ed52fe5ef4.tar.gz firmware-9b879b1267cd5cbebf4d73595c7ca4ed52fe5ef4.tar.bz2 firmware-9b879b1267cd5cbebf4d73595c7ca4ed52fe5ef4.zip |
break up keymaps and quantum keycodes into files by feature
Diffstat (limited to 'docs/basic_keycodes.md')
-rw-r--r-- | docs/basic_keycodes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/basic_keycodes.md b/docs/basic_keycodes.md index 4f84647a2..b1f69ab16 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| |