diff options
Diffstat (limited to 'keyboards/ergodox/ez/keymaps/drashna/Makefile')
-rw-r--r-- | keyboards/ergodox/ez/keymaps/drashna/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/ergodox/ez/keymaps/drashna/Makefile b/keyboards/ergodox/ez/keymaps/drashna/Makefile index 98da6c4ae6..9dfddf01ec 100644 --- a/keyboards/ergodox/ez/keymaps/drashna/Makefile +++ b/keyboards/ergodox/ez/keymaps/drashna/Makefile @@ -1,6 +1,6 @@ -RGBLIGHT_ENABLE = yes
-RGBLIGHT_ANIMATION = no
-
-ifndef QUANTUM_DIR
- include ../../../../Makefile
-endif
+RGBLIGHT_ENABLE = yes +RGBLIGHT_ANIMATION = no + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif |