diff options
author | Ryan <fauxpark@gmail.com> | 2021-09-12 15:27:29 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-12 15:27:29 +1000 |
commit | 5af17997359d91ee0a7340d1e17514fe8c8a46f1 (patch) | |
tree | ab6fc2ebcfeec4a2bcd94fad639390e938630df3 /keyboards/ckeys | |
parent | 4791cfae1af0bc15a0bd8417c5195bf482b87605 (diff) | |
download | qmk_firmware-5af17997359d91ee0a7340d1e17514fe8c8a46f1.tar.gz qmk_firmware-5af17997359d91ee0a7340d1e17514fe8c8a46f1.zip |
Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)
Diffstat (limited to 'keyboards/ckeys')
-rwxr-xr-x | keyboards/ckeys/handwire_101/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/ckeys/nakey/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/ckeys/obelus/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/ckeys/washington/rules.mk | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/ckeys/handwire_101/rules.mk b/keyboards/ckeys/handwire_101/rules.mk index a9d18b634..eab1ad584 100755 --- a/keyboards/ckeys/handwire_101/rules.mk +++ b/keyboards/ckeys/handwire_101/rules.mk | |||
@@ -20,5 +20,4 @@ NKRO_ENABLE = yes # USB Nkey Rollover | |||
20 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default | 20 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
21 | MIDI_ENABLE = no # MIDI support | 21 | MIDI_ENABLE = no # MIDI support |
22 | UNICODE_ENABLE = no # Unicode | 22 | UNICODE_ENABLE = no # Unicode |
23 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
24 | AUDIO_ENABLE = no # Audio output | 23 | AUDIO_ENABLE = no # Audio output |
diff --git a/keyboards/ckeys/nakey/rules.mk b/keyboards/ckeys/nakey/rules.mk index a1a2a0087..594730c7a 100644 --- a/keyboards/ckeys/nakey/rules.mk +++ b/keyboards/ckeys/nakey/rules.mk | |||
@@ -18,7 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
18 | NKRO_ENABLE = no # USB Nkey Rollover | 18 | NKRO_ENABLE = no # USB Nkey Rollover |
19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default | 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
20 | UNICODE_ENABLE = no # Unicode | 20 | UNICODE_ENABLE = no # Unicode |
21 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
22 | AUDIO_ENABLE = no # Audio output on port C6 | 21 | AUDIO_ENABLE = no # Audio output on port C6 |
23 | 22 | ||
24 | LAYOUTS = numpad_5x4 | 23 | LAYOUTS = numpad_5x4 |
diff --git a/keyboards/ckeys/obelus/rules.mk b/keyboards/ckeys/obelus/rules.mk index add1f2add..88c64b7b2 100644 --- a/keyboards/ckeys/obelus/rules.mk +++ b/keyboards/ckeys/obelus/rules.mk | |||
@@ -19,7 +19,6 @@ NKRO_ENABLE = no # USB Nkey Rollover | |||
19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default | 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
20 | MIDI_ENABLE = yes # MIDI support | 20 | MIDI_ENABLE = yes # MIDI support |
21 | UNICODE_ENABLE = no # Unicode | 21 | UNICODE_ENABLE = no # Unicode |
22 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
23 | AUDIO_ENABLE = yes # Audio output on port C6 | 22 | AUDIO_ENABLE = yes # Audio output on port C6 |
24 | 23 | ||
25 | LAYOUTS = ortho_4x4 | 24 | LAYOUTS = ortho_4x4 |
diff --git a/keyboards/ckeys/washington/rules.mk b/keyboards/ckeys/washington/rules.mk index e7fc056bd..2f1219a35 100644 --- a/keyboards/ckeys/washington/rules.mk +++ b/keyboards/ckeys/washington/rules.mk | |||
@@ -18,7 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
18 | NKRO_ENABLE = no # USB Nkey Rollover | 18 | NKRO_ENABLE = no # USB Nkey Rollover |
19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
21 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
22 | AUDIO_ENABLE = no # Audio output on port C6 | 21 | AUDIO_ENABLE = no # Audio output on port C6 |
23 | ENCODER_ENABLE = yes # Enable support for encoders | 22 | ENCODER_ENABLE = yes # Enable support for encoders |
24 | OLED_ENABLE = yes | 23 | OLED_ENABLE = yes |