diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-16 00:35:33 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-16 00:35:33 +0000 |
commit | 433834fb8be12a8dbb685f91a24774070a4f8eb3 (patch) | |
tree | 480326b3229ccfeaa0c8796b462b2b31192d9bfb | |
parent | 86422f87c6d39355714174767ed676e17bcd2a3d (diff) | |
parent | 173aed3d0e7715eb10f3deee01c8081e7255f5ab (diff) |
Merge remote-tracking branch 'origin/master' into develop
-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 |