diff options
author | Duccio <ducciobreschi@gmail.com> | 2022-07-20 01:24:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-20 00:24:10 +0100 |
commit | a7893f207dff037e6d3d6cf381175918c8e45299 (patch) | |
tree | 6aedefdd68c0b19c916eef5a92b64c477e353ef3 /keyboards/eternal_keypad/rules.mk | |
parent | 32512bbf109243027d516474c7cc76ab0c01fa44 (diff) |
Add rgb underglow support and change vendor_id (#17719)
Diffstat (limited to 'keyboards/eternal_keypad/rules.mk')
-rw-r--r-- | keyboards/eternal_keypad/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/eternal_keypad/rules.mk b/keyboards/eternal_keypad/rules.mk index e0403a960b..4d1d6e2d05 100644 --- a/keyboards/eternal_keypad/rules.mk +++ b/keyboards/eternal_keypad/rules.mk @@ -14,5 +14,5 @@ CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = yes # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output |