diff options
| -rw-r--r-- | common_features.mk | 5 | ||||
| -rw-r--r-- | keyboards/jj40/keymaps/oscillope/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/meira/rules.mk | 2 | ||||
| -rw-r--r-- | show_options.mk | 2 |
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 |
| 364 | endif | 364 | endif |
| 365 | 365 | ||
| 366 | # backward compat | ||
| 367 | ifeq ($(strip $(BACKLIGHT_CUSTOM_DRIVER)), yes) | ||
| 368 | BACKLIGHT_DRIVER := custom | ||
| 369 | endif | ||
| 370 | |||
| 371 | VALID_BACKLIGHT_TYPES := pwm timer software custom | 366 | VALID_BACKLIGHT_TYPES := pwm timer software custom |
| 372 | 367 | ||
| 373 | BACKLIGHT_ENABLE ?= no | 368 | BACKLIGHT_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 | |||
| 6 | COMMAND_ENABLE = yes | 6 | COMMAND_ENABLE = yes |
| 7 | 7 | ||
| 8 | BACKLIGHT_ENABLE = no | 8 | BACKLIGHT_ENABLE = no |
| 9 | BACKLIGHT_CUSTOM_DRIVER = no | ||
| 10 | |||
| 11 | RGBLIGHT_ENABLE = no | 9 | RGBLIGHT_ENABLE = no |
| 12 | RGBLIGHT_CUSTOM_DRIVER = no | ||
| 13 | 10 | ||
| 14 | KEY_LOCK_ENABLE = yes | 11 | KEY_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 | |||
| 28 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 28 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 29 | AUDIO_ENABLE = no # Audio output on port C6 | 29 | AUDIO_ENABLE = no # Audio output on port C6 |
| 30 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 30 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
| 31 | BACKLIGHT_CUSTOM_DRIVER = yes | 31 | BACKLIGHT_DRIVER = custom |
| 32 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality, also set ISSI_ENABLE below for Miera | 32 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality, also set ISSI_ENABLE below for Miera |
| 33 | ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled | 33 | ISSI_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 = \ | |||
| 16 | HARDWARE_OPTION_NAMES = \ | 16 | HARDWARE_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 \ |
