diff options
author | Drashna Jaelre <drashna@live.com> | 2018-02-12 12:46:35 -0800 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-02-12 15:46:35 -0500 |
commit | 6f5e88277b9ff3c33f4b45b2e3b4b1e07e8ebcc9 (patch) | |
tree | b5769c57c2c370e50fe159d99086e337411f297e /keyboards/viterbi/keymaps/drashna/rules.mk | |
parent | 63df056013deacf6d5ec9943d06c859ff1174815 (diff) | |
download | qmk_firmware-6f5e88277b9ff3c33f4b45b2e3b4b1e07e8ebcc9.tar.gz |
Update to drashna keymaps (#2381)
* Add to list of predefined rgb colors
* Change layer colors, to reflect new options
* Use Tag Toggle instead
* Clean up macros and add breathing indication for OSM Layer
* Get Viteri Macropad working properly
* Disable unused action features
* Use I2C because that's smaller, apparently
* Remove viterbi-half code
Diffstat (limited to 'keyboards/viterbi/keymaps/drashna/rules.mk')
-rw-r--r-- | keyboards/viterbi/keymaps/drashna/rules.mk | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/keyboards/viterbi/keymaps/drashna/rules.mk b/keyboards/viterbi/keymaps/drashna/rules.mk index 9af36434c..83c37115c 100644 --- a/keyboards/viterbi/keymaps/drashna/rules.mk +++ b/keyboards/viterbi/keymaps/drashna/rules.mk @@ -1,7 +1,11 @@ -CONSOLE_ENABLE = no -COMMAND_ENABLE = no # Commands for debug and configuration -TAP_DANCE_ENABLE = yes +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) +MOUSEKEY_ENABLE = no # Mouse keys(+4700) +EXTRAKEY_ENABLE = yes # Audio control and System control(+450) +CONSOLE_ENABLE = no # Console for debug(+400) +COMMAND_ENABLE = no # Commands for debug and configuration +TAP_DANCE_ENABLE = no RGBLIGHT_ENABLE = yes -MOUSEKEY_ENABLE = no +AUDIO_ENABLE = yes NKRO_ENABLE = yes +CUSTOM_MATRIX = no |