diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2018-11-07 18:29:57 +0100 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-11-07 09:29:57 -0800 |
commit | 945dd946ab2679882b7cd923013ce5424f8f33b4 (patch) | |
tree | 8df624af694927571cc9d50e338098c7839013b2 /keyboards/xd75/keymaps/billypython/rules.mk | |
parent | 94f58322ac3dde1a4694733c51a44c4d24ec3fc0 (diff) |
Fix misspelled make option, format rules.mk files (#4382)
Diffstat (limited to 'keyboards/xd75/keymaps/billypython/rules.mk')
-rw-r--r-- | keyboards/xd75/keymaps/billypython/rules.mk | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/keyboards/xd75/keymaps/billypython/rules.mk b/keyboards/xd75/keymaps/billypython/rules.mk index 5a502b1526..c935bbac11 100644 --- a/keyboards/xd75/keymaps/billypython/rules.mk +++ b/keyboards/xd75/keymaps/billypython/rules.mk @@ -1,15 +1,15 @@ -AUDIO_ENABLE = no -BACKLIGHT_ENABLE = no -BLUETOOTH_ENABLE = no -BOOTMAGIC_ENABLE = no -COMMAND_ENABLE = yes -CONSOLE_ENABLE = yes -EXTRAKEY_ENABLE = yes -MIDI_ENABLE = no -MOUSEKEY_ENABLE = yes -NKRO_ENABLE = yes -RGBLIGHT_ENABLE = no -SLEEP_LIGHT_ENABLE = no -TAP_DANCE_ENABLE = no -UNICODE_ENABLE = yes +AUDIO_ENABLE = no +BACKLIGHT_ENABLE = no +BLUETOOTH_ENABLE = no +BOOTMAGIC_ENABLE = no +COMMAND_ENABLE = yes +CONSOLE_ENABLE = yes +EXTRAKEY_ENABLE = yes +MIDI_ENABLE = no +MOUSEKEY_ENABLE = yes +NKRO_ENABLE = yes +RGBLIGHT_ENABLE = no +SLEEP_LED_ENABLE = no +TAP_DANCE_ENABLE = no +UNICODE_ENABLE = yes VISUALIZER_ENABLE = no |