diff options
author | Joel Challis <git@zvecr.com> | 2024-01-16 01:16:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 01:16:31 +0000 |
commit | e1f59a6efc793522155db35155f6fbdc0504d504 (patch) | |
tree | 07538fce2ce1f3c6a49895a8e04864615f6490ab /keyboards/tominabox1 | |
parent | e30d0e52871ce46e6f94d5535c1d60aa75668fe5 (diff) |
Migrate RGB Matrix config to info.json - TUVW (#22910)
Diffstat (limited to 'keyboards/tominabox1')
-rw-r--r-- | keyboards/tominabox1/le_chiffre/config.h | 6 | ||||
-rw-r--r-- | keyboards/tominabox1/le_chiffre/info.json | 3 |
2 files changed, 2 insertions, 7 deletions
diff --git a/keyboards/tominabox1/le_chiffre/config.h b/keyboards/tominabox1/le_chiffre/config.h index 13ea91148e..333d0a100e 100644 --- a/keyboards/tominabox1/le_chiffre/config.h +++ b/keyboards/tominabox1/le_chiffre/config.h @@ -19,9 +19,3 @@ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE - -/* - * WS2812 Underglow Matrix options - */ -#define RGB_MATRIX_LED_COUNT 11 -#define RGB_MATRIX_SLEEP // turn off effects when suspended diff --git a/keyboards/tominabox1/le_chiffre/info.json b/keyboards/tominabox1/le_chiffre/info.json index 8ebc0778e6..47c07ab361 100644 --- a/keyboards/tominabox1/le_chiffre/info.json +++ b/keyboards/tominabox1/le_chiffre/info.json @@ -73,7 +73,8 @@ "max_brightness": 150, "sat_steps": 8, "speed_steps": 10, - "val_steps": 8 + "val_steps": 8, + "sleep": true }, "usb": { "vid": "0x7431", |