Migrate recently introduced sync items (#22305)

This commit is contained in:
Joel Challis 2023-10-21 12:21:23 +01:00 committed by GitHub
commit 3f1b3a5125
Failed to generate hash of commit
57 changed files with 195 additions and 111 deletions

View file

@ -8,7 +8,6 @@
#define RGB_MATRIX_LED_COUNT 88
#define RGB_MATRIX_SPLIT { 44, 44 }
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 120 // limits maximum brightness of LEDs to 150 out of 255. Higher may cause the controller to crash.
#define SPLIT_TRANSPORT_MIRROR
#ifdef RGB_MATRIX_ENABLE
// EFFECTS
@ -41,6 +40,3 @@
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
#define SPLIT_LAYER_STATE_ENABLE
#define SPLIT_LED_STATE_ENABLE