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/planck | |
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/planck')
-rw-r--r-- | keyboards/planck/ez/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/planck/light/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/planck/rev1/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/planck/rev2/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/planck/rev3/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/planck/rev4/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/planck/rev5/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/planck/rev6/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/planck/thk/rules.mk | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/planck/ez/rules.mk b/keyboards/planck/ez/rules.mk index df5c983c3..a570a9c3c 100644 --- a/keyboards/planck/ez/rules.mk +++ b/keyboards/planck/ez/rules.mk | |||
@@ -18,7 +18,6 @@ NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: h | |||
18 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 18 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
19 | AUDIO_ENABLE = yes # Audio output on port C6 | 19 | AUDIO_ENABLE = yes # Audio output on port C6 |
20 | UNICODE_ENABLE = no # Unicode | 20 | UNICODE_ENABLE = no # Unicode |
21 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
22 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
23 | 22 | ||
24 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 23 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
diff --git a/keyboards/planck/light/rules.mk b/keyboards/planck/light/rules.mk index 34cded3e3..34396a2c7 100644 --- a/keyboards/planck/light/rules.mk +++ b/keyboards/planck/light/rules.mk | |||
@@ -18,7 +18,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | |||
18 | MIDI_ENABLE = yes # MIDI support | 18 | MIDI_ENABLE = yes # MIDI support |
19 | AUDIO_ENABLE = yes # Audio output on port C6 | 19 | AUDIO_ENABLE = yes # Audio output on port C6 |
20 | UNICODE_ENABLE = no # Unicode | 20 | UNICODE_ENABLE = no # Unicode |
21 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
22 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
23 | RGB_MATRIX_ENABLE = yes | 22 | RGB_MATRIX_ENABLE = yes |
24 | RGB_MATRIX_DRIVER = IS31FL3731 | 23 | RGB_MATRIX_DRIVER = IS31FL3731 |
diff --git a/keyboards/planck/rev1/rules.mk b/keyboards/planck/rev1/rules.mk index e1deee634..3411dd8df 100644 --- a/keyboards/planck/rev1/rules.mk +++ b/keyboards/planck/rev1/rules.mk | |||
@@ -17,7 +17,6 @@ NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: h | |||
17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
18 | AUDIO_ENABLE = no # Audio output on port C6 | 18 | AUDIO_ENABLE = no # Audio output on port C6 |
19 | UNICODE_ENABLE = no # Unicode | 19 | UNICODE_ENABLE = no # Unicode |
20 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 20 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
22 | 21 | ||
23 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
diff --git a/keyboards/planck/rev2/rules.mk b/keyboards/planck/rev2/rules.mk index e1deee634..3411dd8df 100644 --- a/keyboards/planck/rev2/rules.mk +++ b/keyboards/planck/rev2/rules.mk | |||
@@ -17,7 +17,6 @@ NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: h | |||
17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
18 | AUDIO_ENABLE = no # Audio output on port C6 | 18 | AUDIO_ENABLE = no # Audio output on port C6 |
19 | UNICODE_ENABLE = no # Unicode | 19 | UNICODE_ENABLE = no # Unicode |
20 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 20 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
22 | 21 | ||
23 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
diff --git a/keyboards/planck/rev3/rules.mk b/keyboards/planck/rev3/rules.mk index e1deee634..3411dd8df 100644 --- a/keyboards/planck/rev3/rules.mk +++ b/keyboards/planck/rev3/rules.mk | |||
@@ -17,7 +17,6 @@ NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: h | |||
17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
18 | AUDIO_ENABLE = no # Audio output on port C6 | 18 | AUDIO_ENABLE = no # Audio output on port C6 |
19 | UNICODE_ENABLE = no # Unicode | 19 | UNICODE_ENABLE = no # Unicode |
20 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 20 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
22 | 21 | ||
23 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
diff --git a/keyboards/planck/rev4/rules.mk b/keyboards/planck/rev4/rules.mk index 8ad5fb920..0a6e75235 100644 --- a/keyboards/planck/rev4/rules.mk +++ b/keyboards/planck/rev4/rules.mk | |||
@@ -17,7 +17,6 @@ NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: h | |||
17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
18 | AUDIO_ENABLE = yes # Audio output on port C6 | 18 | AUDIO_ENABLE = yes # Audio output on port C6 |
19 | UNICODE_ENABLE = no # Unicode | 19 | UNICODE_ENABLE = no # Unicode |
20 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 20 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
22 | 21 | ||
23 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
diff --git a/keyboards/planck/rev5/rules.mk b/keyboards/planck/rev5/rules.mk index c01020f39..3610ed269 100644 --- a/keyboards/planck/rev5/rules.mk +++ b/keyboards/planck/rev5/rules.mk | |||
@@ -17,7 +17,6 @@ NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: h | |||
17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
18 | AUDIO_ENABLE = yes # Audio output on port C6 | 18 | AUDIO_ENABLE = yes # Audio output on port C6 |
19 | UNICODE_ENABLE = no # Unicode | 19 | UNICODE_ENABLE = no # Unicode |
20 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 20 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
22 | 21 | ||
23 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
diff --git a/keyboards/planck/rev6/rules.mk b/keyboards/planck/rev6/rules.mk index e1de4a10b..dae211603 100644 --- a/keyboards/planck/rev6/rules.mk +++ b/keyboards/planck/rev6/rules.mk | |||
@@ -18,7 +18,6 @@ NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: h | |||
18 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 18 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
19 | AUDIO_ENABLE = yes # Audio output | 19 | AUDIO_ENABLE = yes # Audio output |
20 | UNICODE_ENABLE = no # Unicode | 20 | UNICODE_ENABLE = no # Unicode |
21 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
22 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | 21 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. |
23 | WS2812_DRIVER = pwm | 22 | WS2812_DRIVER = pwm |
24 | 23 | ||
diff --git a/keyboards/planck/thk/rules.mk b/keyboards/planck/thk/rules.mk index 3d474957a..0095bba5a 100644 --- a/keyboards/planck/thk/rules.mk +++ b/keyboards/planck/thk/rules.mk | |||
@@ -36,7 +36,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
36 | NKRO_ENABLE = no # USB Nkey Rollover | 36 | NKRO_ENABLE = no # USB Nkey Rollover |
37 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 37 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
38 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 38 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
39 | BLUETOOTH_ENABLE = no # Enable Bluetooth | ||
40 | AUDIO_ENABLE = no # Audio output | 39 | AUDIO_ENABLE = no # Audio output |
41 | ENCODER_ENABLE = yes | 40 | ENCODER_ENABLE = yes |
42 | DIP_SWITCH_ENABLE = yes | 41 | DIP_SWITCH_ENABLE = yes |