summaryrefslogtreecommitdiff
path: root/keyboards/iron180/rules.mk
diff options
context:
space:
mode:
authorÁlvaro A. Volpato <alvaro.volpato@usp.br>2021-12-07 11:48:12 -0300
committerGitHub <noreply@github.com>2021-12-07 14:48:12 +0000
commit28e92536d46298229593c12406b503bf3bcbbede (patch)
tree26dafb81884df75d67794f5368b273113596582d /keyboards/iron180/rules.mk
parent554cc86aebd9011efd30d708ed2a717aaf8f93f1 (diff)
Iron180 LED fix (#15411)
Diffstat (limited to 'keyboards/iron180/rules.mk')
-rw-r--r--keyboards/iron180/rules.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/iron180/rules.mk b/keyboards/iron180/rules.mk
index bb9e5edc37..83576bbed7 100644
--- a/keyboards/iron180/rules.mk
+++ b/keyboards/iron180/rules.mk
@@ -14,7 +14,8 @@ CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
NKRO_ENABLE = yes # USB Nkey Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
+BACKLIGHT_DRIVER = pwm
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = no