aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common_features.mk5
-rw-r--r--keyboards/jj40/keymaps/oscillope/rules.mk3
-rw-r--r--keyboards/meira/rules.mk2
-rw-r--r--show_options.mk2
4 files changed, 2 insertions, 10 deletions
diff --git a/common_features.mk b/common_features.mk
index a4991b05b..91e9154f4 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -363,11 +363,6 @@ ifeq ($(strip $(LCD_ENABLE)), yes)
363 CIE1931_CURVE := yes 363 CIE1931_CURVE := yes
364endif 364endif
365 365
366# backward compat
367ifeq ($(strip $(BACKLIGHT_CUSTOM_DRIVER)), yes)
368 BACKLIGHT_DRIVER := custom
369endif
370
371VALID_BACKLIGHT_TYPES := pwm timer software custom 366VALID_BACKLIGHT_TYPES := pwm timer software custom
372 367
373BACKLIGHT_ENABLE ?= no 368BACKLIGHT_ENABLE ?= no
diff --git a/keyboards/jj40/keymaps/oscillope/rules.mk b/keyboards/jj40/keymaps/oscillope/rules.mk
index a121bbc77..a75f13b5e 100644
--- a/keyboards/jj40/keymaps/oscillope/rules.mk
+++ b/keyboards/jj40/keymaps/oscillope/rules.mk
@@ -6,9 +6,6 @@ CONSOLE_ENABLE = no
6COMMAND_ENABLE = yes 6COMMAND_ENABLE = yes
7 7
8BACKLIGHT_ENABLE = no 8BACKLIGHT_ENABLE = no
9BACKLIGHT_CUSTOM_DRIVER = no
10
11RGBLIGHT_ENABLE = no 9RGBLIGHT_ENABLE = no
12RGBLIGHT_CUSTOM_DRIVER = no
13 10
14KEY_LOCK_ENABLE = yes 11KEY_LOCK_ENABLE = yes
diff --git a/keyboards/meira/rules.mk b/keyboards/meira/rules.mk
index a932b5b2a..078fa357e 100644
--- a/keyboards/meira/rules.mk
+++ b/keyboards/meira/rules.mk
@@ -28,7 +28,7 @@ UNICODE_ENABLE = no # Unicode
28BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 28BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
29AUDIO_ENABLE = no # Audio output on port C6 29AUDIO_ENABLE = no # Audio output on port C6
30RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. 30RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
31BACKLIGHT_CUSTOM_DRIVER = yes 31BACKLIGHT_DRIVER = custom
32BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality, also set ISSI_ENABLE below for Miera 32BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality, also set ISSI_ENABLE below for Miera
33ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled 33ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled
34 34
diff --git a/show_options.mk b/show_options.mk
index dd1ad5171..46185a639 100644
--- a/show_options.mk
+++ b/show_options.mk
@@ -16,7 +16,7 @@ BUILD_OPTION_NAMES = \
16HARDWARE_OPTION_NAMES = \ 16HARDWARE_OPTION_NAMES = \
17 SLEEP_LED_ENABLE \ 17 SLEEP_LED_ENABLE \
18 BACKLIGHT_ENABLE \ 18 BACKLIGHT_ENABLE \
19 BACKLIGHT_CUSTOM_DRIVER \ 19 BACKLIGHT_DRIVER \
20 RGBLIGHT_ENABLE \ 20 RGBLIGHT_ENABLE \
21 RGBLIGHT_CUSTOM_DRIVER \ 21 RGBLIGHT_CUSTOM_DRIVER \
22 RGB_MATRIX_ENABLE \ 22 RGB_MATRIX_ENABLE \