diff options
Diffstat (limited to 'users/drashna/readme/keycodes.md')
-rw-r--r-- | users/drashna/readme/keycodes.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/users/drashna/readme/keycodes.md b/users/drashna/readme/keycodes.md new file mode 100644 index 000000000..af4dd54bc --- /dev/null +++ b/users/drashna/readme/keycodes.md | |||
@@ -0,0 +1,10 @@ | |||
1 | |||
2 | # Custom Keycodes | ||
3 | |||
4 | Keycodes are defined in the drashna.h file and need to be included in the keymap.c files, so that they can be used there. | ||
5 | |||
6 | A bunch of macros are present and are only included on boards that are not the Ergodox EZ or Orthodox, as they are not needed for those boards. | ||
7 | |||
8 | Included is a custom macro for compiling my keyboards. This includes the bootloader target (`:teensy`, `:avrdude`, or `:dfu`), and keeps RGBLIGHT, AUDIO enabled, if it previously was (regardless of the rules file). | ||
9 | |||
10 | This also includes a modified RESET keycode as well, that sets the underglow to red. | ||