summaryrefslogtreecommitdiffstats
path: root/keyboards/orthodox/keymaps/drashna/rules.mk
diff options
context:
space:
mode:
authordrashna <drashna@live.com>2017-10-22 06:27:54 +0200
committerJack Humbert <jack.humb@gmail.com>2017-10-22 06:27:54 +0200
commitf3534f999f2493b290c56a27ff062cad4610f4b8 (patch)
treea22be0be3d2950700f12222fd3a4ddcd890e6909 /keyboards/orthodox/keymaps/drashna/rules.mk
parent22564d8ee7ac31a867dfabcc2e9bc97f9c72678d (diff)
downloadqmk_firmware-f3534f999f2493b290c56a27ff062cad4610f4b8.tar.gz
qmk_firmware-f3534f999f2493b290c56a27ff062cad4610f4b8.tar.xz
Updated keymaps (#1853)
* Add woodpad * Cleanup * Remove misc layouts for woodpad * Move woodpad to handwired * Updated RGB Underglow info * Cleanup macros * Fix odd merge issue * Tweaked RGB lighting stuff * Start to merge orthodox/ergodox keymaps (persistant layers) * Add forced NKRO * Added Colemak and Dvorak layers to default orthodox keymap * Added default layer (qwerty/colemak/dvorak) detection to RGB Underglow * Updated macros and added workman keymaps * Fixed RGB lighting for Workman layout * Add leader keys * Remove force NKRO * Add Viterbi one handed layout and minor tweaks to others
Diffstat (limited to 'keyboards/orthodox/keymaps/drashna/rules.mk')
-rw-r--r--keyboards/orthodox/keymaps/drashna/rules.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/keyboards/orthodox/keymaps/drashna/rules.mk b/keyboards/orthodox/keymaps/drashna/rules.mk
index 2090afe9a..4980c0315 100644
--- a/keyboards/orthodox/keymaps/drashna/rules.mk
+++ b/keyboards/orthodox/keymaps/drashna/rules.mk
@@ -1,2 +1,9 @@
-CONSOLE_ENABLE = yes
-TAP_DANCE_ENABLE = yes \ No newline at end of file
+CONSOLE_ENABLE = no
+TAP_DANCE_ENABLE = yes
+RGBLIGHT_ENABLE = no
+MOUSEKEY_ENABLE = no
+
+
+ifndef QUANTUM_DIR
+ include ../../../../Makefile
+endif