diff options
| author | Nick Blyumberg | 2020-09-09 06:10:30 +0200 |
|---|---|---|
| committer | GitHub | 2020-09-09 06:10:30 +0200 |
| commit | d3cea9ed930a28b400b38c933cfa5c4f503c7856 (patch) | |
| tree | 6feca65bb86e0065ccdcd8d56eb14415f5c457a6 | |
| parent | 5f00df0c4c181b6c3f779fe86cf40b3987b5c8a1 (diff) | |
[Keyboard] Added the proper RGB settings to allow via control (#10223)
| -rw-r--r-- | keyboards/1upkeyboards/super16/keymaps/via/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/1upkeyboards/super16/keymaps/via/rules.mk b/keyboards/1upkeyboards/super16/keymaps/via/rules.mk index 36b7ba9cbc..7fe9493aff 100644 --- a/keyboards/1upkeyboards/super16/keymaps/via/rules.mk +++ b/keyboards/1upkeyboards/super16/keymaps/via/rules.mk @@ -1,2 +1,4 @@ VIA_ENABLE = yes LTO_ENABLE = yes +RGB_MATRIX_ENABLE = no +RGBLIGHT_ENABLE = yes |