diff options
author | Ryan <fauxpark@gmail.com> | 2023-07-21 09:41:02 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 09:41:02 +1000 |
commit | 39679e055d803fcd0fda3669088df694e0e31b2c (patch) | |
tree | e4c06867348da1db27a04b9d7a34dd2ba8db3a30 /keyboards/handwired/pill60/rules.mk | |
parent | 4137685f8eb3ecde7ba0158a78cd9c411ee05606 (diff) |
Fix backlight support for some boards (#21554)
Diffstat (limited to 'keyboards/handwired/pill60/rules.mk')
-rw-r--r-- | keyboards/handwired/pill60/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/handwired/pill60/rules.mk b/keyboards/handwired/pill60/rules.mk index f8bae6b6df..f7d65c56c2 100644 --- a/keyboards/handwired/pill60/rules.mk +++ b/keyboards/handwired/pill60/rules.mk @@ -7,10 +7,9 @@ EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = yes # Console for debug COMMAND_ENABLE = yes # Commands for debug and configuration NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output -SLEEP_LED_ENABLE = yes OLED_ENABLE = yes OLED_DRIVER = SSD1306 ENCODER_ENABLE = yes |