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 | |
| parent | 046595f521faf27bdd32ab3ec2238947b92cdc6b (diff) | |
| download | qmk_firmware-cc9b0eb109104d8f2d8b2742bd1eb4510eaeef10.tar.gz qmk_firmware-cc9b0eb109104d8f2d8b2742bd1eb4510eaeef10.zip | |
Line ending stuff again
| -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 ba71b33eb..21da248f0 100644 --- a/keyboards/ergodox/ez/keymaps/drashna-custom/Makefile +++ b/keyboards/ergodox/ez/keymaps/drashna-custom/Makefile | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | TAP_DANCE_ENABLE = yes | 1 | TAP_DANCE_ENABLE = yes |
| 2 | LAYER_UNDERGLOW_LIGHTING = yes | 2 | LAYER_UNDERGLOW_LIGHTING = yes |
| 3 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 3 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 4 | COMMAND_ENABLE = no # Commands for debug and configuration | 4 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 5 | RGBLIGHT_ENABLE = yes | 5 | RGBLIGHT_ENABLE = yes |
| 6 | MIDI_ENABLE = no | 6 | MIDI_ENABLE = no |
| 7 | 7 | ||
| 8 | ifndef QUANTUM_DIR | 8 | ifndef QUANTUM_DIR |
| 9 | include ../../../../Makefile | 9 | include ../../../../Makefile |
| 10 | endif | 10 | 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 @@ | |||
| 1 | RGBLIGHT_ENABLE = yes | 1 | RGBLIGHT_ENABLE = yes |
| 2 | RGBLIGHT_ANIMATION = no | 2 | RGBLIGHT_ANIMATION = no |
| 3 | 3 | ||
| 4 | ifndef QUANTUM_DIR | 4 | ifndef QUANTUM_DIR |
| 5 | include ../../../../Makefile | 5 | include ../../../../Makefile |
| 6 | endif | 6 | endif |
