diff options
author | Drashna Jaelre <drashna@live.com> | 2017-11-17 11:59:54 -0800 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-17 20:48:26 -0500 |
commit | dbd33782f25ce1e0855add21cd92183336670213 (patch) | |
tree | a6b49a4fa70cb605e7f25cf1ddd68e1aa20f9954 /keyboards/handwired/woodpad/keymaps/drashna/rules.mk | |
parent | 1d703a476aa2cea2302c3d672b05b7e252e62c44 (diff) | |
download | qmk_firmware-dbd33782f25ce1e0855add21cd92183336670213.tar.gz |
Update to drashna keymaps (#4)
* Minor updates to keymaps
* Minor updates to keymaps
Diffstat (limited to 'keyboards/handwired/woodpad/keymaps/drashna/rules.mk')
-rw-r--r-- | keyboards/handwired/woodpad/keymaps/drashna/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/woodpad/keymaps/drashna/rules.mk b/keyboards/handwired/woodpad/keymaps/drashna/rules.mk index bee3ecf50..ed7d2e7c6 100644 --- a/keyboards/handwired/woodpad/keymaps/drashna/rules.mk +++ b/keyboards/handwired/woodpad/keymaps/drashna/rules.mk @@ -1,10 +1,10 @@ TAP_DANCE_ENABLE = yes -SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend -COMMAND_ENABLE = yes # Commands for debug and configuration +COMMAND_ENABLE = no # Commands for debug and configuration RGBLIGHT_ENABLE = yes MIDI_ENABLE = no CONSOLE_ENABLE = no NKRO_ENABLE = yes +MOUSEKEY_ENABLE = no EXTRAFLAGS = -flto |