aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThat-Canadian <poole.chris.11@gmail.com>2017-08-18 23:17:19 -0400
committerJack Humbert <jack.humb@gmail.com>2017-08-20 11:47:46 -0400
commitcc9b0eb109104d8f2d8b2742bd1eb4510eaeef10 (patch)
tree9cb2fbf95e4ae5a90d07ca275646d324a9a5ca99
parent046595f521faf27bdd32ab3ec2238947b92cdc6b (diff)
downloadqmk_firmware-cc9b0eb109104d8f2d8b2742bd1eb4510eaeef10.tar.gz
qmk_firmware-cc9b0eb109104d8f2d8b2742bd1eb4510eaeef10.zip
Line ending stuff again
-rw-r--r--keyboards/ergodox/ez/keymaps/drashna-custom/Makefile20
-rw-r--r--keyboards/ergodox/ez/keymaps/drashna/Makefile12
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 ba71b33eb..21da248f0 100644
--- a/keyboards/ergodox/ez/keymaps/drashna-custom/Makefile
+++ b/keyboards/ergodox/ez/keymaps/drashna-custom/Makefile
@@ -1,10 +1,10 @@
1TAP_DANCE_ENABLE = yes 1TAP_DANCE_ENABLE = yes
2LAYER_UNDERGLOW_LIGHTING = yes 2LAYER_UNDERGLOW_LIGHTING = yes
3SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend 3SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
4COMMAND_ENABLE = no # Commands for debug and configuration 4COMMAND_ENABLE = no # Commands for debug and configuration
5RGBLIGHT_ENABLE = yes 5RGBLIGHT_ENABLE = yes
6MIDI_ENABLE = no 6MIDI_ENABLE = no
7 7
8ifndef QUANTUM_DIR 8ifndef QUANTUM_DIR
9 include ../../../../Makefile 9 include ../../../../Makefile
10endif 10endif
diff --git a/keyboards/ergodox/ez/keymaps/drashna/Makefile b/keyboards/ergodox/ez/keymaps/drashna/Makefile
index 98da6c4ae..9dfddf01e 100644
--- a/keyboards/ergodox/ez/keymaps/drashna/Makefile
+++ b/keyboards/ergodox/ez/keymaps/drashna/Makefile
@@ -1,6 +1,6 @@
1RGBLIGHT_ENABLE = yes 1RGBLIGHT_ENABLE = yes
2RGBLIGHT_ANIMATION = no 2RGBLIGHT_ANIMATION = no
3 3
4ifndef QUANTUM_DIR 4ifndef QUANTUM_DIR
5 include ../../../../Makefile 5 include ../../../../Makefile
6endif 6endif