diff options
author | That-Canadian <poole.chris.11@gmail.com> | 2017-08-18 23:17:19 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-20 11:47:46 -0400 |
commit | cc9b0eb109104d8f2d8b2742bd1eb4510eaeef10 (patch) | |
tree | 9cb2fbf95e4ae5a90d07ca275646d324a9a5ca99 /keyboards | |
parent | 046595f521faf27bdd32ab3ec2238947b92cdc6b (diff) | |
download | qmk_firmware-cc9b0eb109104d8f2d8b2742bd1eb4510eaeef10.tar.gz qmk_firmware-cc9b0eb109104d8f2d8b2742bd1eb4510eaeef10.zip |
Line ending stuff again
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/ergodox/ez/keymaps/drashna-custom/Makefile | 20 | ||||
-rw-r--r-- | keyboards/ergodox/ez/keymaps/drashna/Makefile | 12 |
2 files changed, 16 insertions, 16 deletions
diff --git a/keyboards/ergodox/ez/keymaps/drashna-custom/Makefile b/keyboards/ergodox/ez/keymaps/drashna-custom/Makefile index ba71b33eb5..21da248f0c 100644 --- a/keyboards/ergodox/ez/keymaps/drashna-custom/Makefile +++ b/keyboards/ergodox/ez/keymaps/drashna-custom/Makefile @@ -1,10 +1,10 @@ -TAP_DANCE_ENABLE = yes
-LAYER_UNDERGLOW_LIGHTING = yes
-SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
-COMMAND_ENABLE = no # Commands for debug and configuration
-RGBLIGHT_ENABLE = yes
-MIDI_ENABLE = no
-
-ifndef QUANTUM_DIR
- include ../../../../Makefile
-endif
+TAP_DANCE_ENABLE = yes +LAYER_UNDERGLOW_LIGHTING = yes +SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend +COMMAND_ENABLE = no # Commands for debug and configuration +RGBLIGHT_ENABLE = yes +MIDI_ENABLE = no + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif 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 |