diff options
author | Ross Montsinger <rmontsinger@gmail.com> | 2021-05-15 20:35:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 17:35:10 -0700 |
commit | 173aed3d0e7715eb10f3deee01c8081e7255f5ab (patch) | |
tree | b2c66b0d5e92d5a2acbddf2e2663bfa05cd388a7 /keyboards/montsinger/rebound | |
parent | 36ba4806b109e75835115b99dce209f1868d812b (diff) | |
download | qmk_firmware-173aed3d0e7715eb10f3deee01c8081e7255f5ab.tar.gz qmk_firmware-173aed3d0e7715eb10f3deee01c8081e7255f5ab.zip |
[Keyboard] Rebound underglow settings for via (#12268)
Diffstat (limited to 'keyboards/montsinger/rebound')
-rw-r--r-- | keyboards/montsinger/rebound/rev4/keymaps/via/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/montsinger/rebound/rev4/rules.mk | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/montsinger/rebound/rev4/keymaps/via/rules.mk b/keyboards/montsinger/rebound/rev4/keymaps/via/rules.mk index 36b7ba9cbc..37484844f5 100644 --- a/keyboards/montsinger/rebound/rev4/keymaps/via/rules.mk +++ b/keyboards/montsinger/rebound/rev4/keymaps/via/rules.mk @@ -1,2 +1,3 @@ VIA_ENABLE = yes LTO_ENABLE = yes +RGBLIGHT_ENABLE = yes diff --git a/keyboards/montsinger/rebound/rev4/rules.mk b/keyboards/montsinger/rebound/rev4/rules.mk index aca9f4c9e4..a1c4c481c3 100644 --- a/keyboards/montsinger/rebound/rev4/rules.mk +++ b/keyboards/montsinger/rebound/rev4/rules.mk @@ -31,6 +31,6 @@ LAYOUTS = ortho_4x12 LAYOUTS_HAS_RGB = no # Disable unsupported hardware -RGBLIGHT_SUPPORTED = no +RGBLIGHT_SUPPORTED = yes AUDIO_SUPPORTED = no BACKLIGHT_SUPPORTED = no |