break up keymaps and quantum keycodes into files by feature

This commit is contained in:
skullY 2017-08-06 17:51:42 -07:00 committed by Jack Humbert
parent 2709744cdd
commit 9b879b1267
12 changed files with 616 additions and 361 deletions

View file

@ -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|