diff options
author | Dylan Khor <thekhord@gmail.com> | 2017-09-15 19:21:46 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-09-15 19:21:46 -0400 |
commit | ee9a20ff3733425e6040b97a1ba8a89a4755ae79 (patch) | |
tree | d33500d54fb0cbd78668c98710afb244a5da9c4f /keyboards/planck/keymaps/khord/rules.mk | |
parent | 5eb5b6074ce20fe286808b9667d01274cea73be9 (diff) |
Cleaned, revised, and updated my keymaps to reflect new changes/defaults (#1712)
* add new RGB keycodes and clean up lets split keymap
* extraneous cases
* More cleanup and added macro
* one more macro
* cleaned up my planck keymap and added macros
* Transitioned planck keymap to new formatting / audio modes based on new default
* Remove extraneous newline in song list, add keycodes missed in previous commit
* error in graphical representation of keycodes
Diffstat (limited to 'keyboards/planck/keymaps/khord/rules.mk')
-rw-r--r-- | keyboards/planck/keymaps/khord/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/planck/keymaps/khord/rules.mk b/keyboards/planck/keymaps/khord/rules.mk index d1caeee933..c248822b23 100644 --- a/keyboards/planck/keymaps/khord/rules.mk +++ b/keyboards/planck/keymaps/khord/rules.mk @@ -1,6 +1,5 @@ -TAP_DANCE_ENABLE = yes -CONSOLE_ENABLE = no BACKLIGHT_ENABLE = yes +TAP_DANCE_ENABLE = yes ifndef QUANTUM_DIR include ../../../../Makefile |