diff options
author | drashna <drashna@live.com> | 2017-11-10 19:58:53 -0800 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-10 22:58:53 -0500 |
commit | 0533362e8205957493d52d4356aa20537a151118 (patch) | |
tree | 106e6feb82d31192ce349f68b4763c5a3d71dcaa /keyboards/orthodox/keymaps/drashna/rules.mk | |
parent | 4df4fa7c265e1e5c9b262851a704db7755971229 (diff) |
Cleaned uppersonal userspace and keymaps (#1998)
* Cleanup of keymaps
* Remove Tap Dance from Orthodox keymap
* Cleaned up userspace and keymaps
* Added sample (template)userspace files to my folder
Diffstat (limited to 'keyboards/orthodox/keymaps/drashna/rules.mk')
-rw-r--r-- | keyboards/orthodox/keymaps/drashna/rules.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/orthodox/keymaps/drashna/rules.mk b/keyboards/orthodox/keymaps/drashna/rules.mk index e6eb954bc9..293faf13e5 100644 --- a/keyboards/orthodox/keymaps/drashna/rules.mk +++ b/keyboards/orthodox/keymaps/drashna/rules.mk @@ -1,11 +1,10 @@ CONSOLE_ENABLE = no -TAP_DANCE_ENABLE = yes +TAP_DANCE_ENABLE = no RGBLIGHT_ENABLE = yes AUDIO_ENABLE = no MOUSEKEY_ENABLE = no NKRO_ENABLE = yes -FAUXCLICKY_ENABLE = no -EXTRAFLAGS = -flto +FAUXCLICKY_ENABLE = yes ifndef QUANTUM_DIR include ../../../../Makefile |