From: That-Canadian Date: Sat, 19 Aug 2017 03:17:19 +0000 (-0400) Subject: Line ending stuff again X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cc9b0eb109104d8f2d8b2742bd1eb4510eaeef10;hp=046595f521faf27bdd32ab3ec2238947b92cdc6b;p=qmk_firmware.git Line ending stuff again --- 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 @@ -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 98da6c4ae..9dfddf01e 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