diff options
author | Ryan <fauxpark@gmail.com> | 2021-09-10 23:11:17 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 14:11:17 +0100 |
commit | 7277f1febe0e86e8a32beb779aa24e02bfdb6826 (patch) | |
tree | c10f1c6d2f01638cdf849a42864c8447f47daec7 /keyboards/cu75/keymaps | |
parent | d5cb7de5e4ea60dce69764a627358d534af1f666 (diff) | |
download | qmk_firmware-7277f1febe0e86e8a32beb779aa24e02bfdb6826.tar.gz qmk_firmware-7277f1febe0e86e8a32beb779aa24e02bfdb6826.zip |
Remove BLUETOOTH_ENABLE from defaultish keymaps (#14375)
Diffstat (limited to 'keyboards/cu75/keymaps')
-rw-r--r-- | keyboards/cu75/keymaps/default/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/cu75/keymaps/iso/rules.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/cu75/keymaps/default/rules.mk b/keyboards/cu75/keymaps/default/rules.mk index 4fdcf66b3..b0b31628c 100644 --- a/keyboards/cu75/keymaps/default/rules.mk +++ b/keyboards/cu75/keymaps/default/rules.mk | |||
@@ -13,7 +13,6 @@ BACKLIGHT_ENABLE = yes # Disable keyboard backlight functionality | |||
13 | MIDI_ENABLE = no # MIDI controls | 13 | MIDI_ENABLE = no # MIDI controls |
14 | AUDIO_ENABLE = no # Audio output on port C6 | 14 | AUDIO_ENABLE = no # Audio output on port C6 |
15 | UNICODE_ENABLE = no # Unicode | 15 | UNICODE_ENABLE = no # Unicode |
16 | BLUETOOTH_ENABLE = no # Disable Bluetooth with the Adafruit EZ-Key HID | ||
17 | RGBLIGHT_ENABLE = yes # Disable RGB underlight | 16 | RGBLIGHT_ENABLE = yes # Disable RGB underlight |
18 | RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812 | 17 | RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812 |
19 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 18 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
diff --git a/keyboards/cu75/keymaps/iso/rules.mk b/keyboards/cu75/keymaps/iso/rules.mk index e38f6665d..322cbae0e 100644 --- a/keyboards/cu75/keymaps/iso/rules.mk +++ b/keyboards/cu75/keymaps/iso/rules.mk | |||
@@ -13,7 +13,6 @@ NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here | |||
13 | MIDI_ENABLE = no # MIDI controls | 13 | MIDI_ENABLE = no # MIDI controls |
14 | AUDIO_ENABLE = no # Audio output on port C6 | 14 | AUDIO_ENABLE = no # Audio output on port C6 |
15 | UNICODE_ENABLE = no # Unicode | 15 | UNICODE_ENABLE = no # Unicode |
16 | BLUETOOTH_ENABLE = no # Disable Bluetooth with the Adafruit EZ-Key HID | ||
17 | RGBLIGHT_ENABLE = no # Disable RGB underlight | 16 | RGBLIGHT_ENABLE = no # Disable RGB underlight |
18 | RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812 | 17 | RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812 |
19 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 18 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |