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 | qmk_firmware-9b879b1267cd5cbebf4d73595c7ca4ed52fe5ef4.tar.gz qmk_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 @@ | |||
1 | # Basic keycodes | 1 | # Basic keycodes |
2 | 2 | ||
3 | Basic keycodes are based on [HID Usage Keyboard/Keypad Page(0x07)](http://www.usb.org/developers/hidpage/Hut1_12v2.pdf) with following exceptions: | ||
4 | |||
5 | * `KC_NO` = 0 for no action | ||
6 | * `KC_TRNS` = 1 for layer transparency | ||
7 | * internal special keycodes in the `0xA5-DF` range (tmk heritage). | ||
8 | |||
3 | ## Letters and Numbers | 9 | ## Letters and Numbers |
4 | 10 | ||
5 | |KC_1|KC_2|KC_3|KC_4|KC_5|KC_6|KC_7|KC_8| | 11 | |KC_1|KC_2|KC_3|KC_4|KC_5|KC_6|KC_7|KC_8| |