Migrate recently introduced sync items (#22305)
This commit is contained in:
parent
87b4bc17ed
commit
3f1b3a5125
57 changed files with 195 additions and 111 deletions
|
@ -22,11 +22,6 @@
|
|||
#define RGB_MATRIX_SPLIT \
|
||||
{ 24, 24 }
|
||||
|
||||
#define SPLIT_TRANSPORT_MIRROR
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
#define SPLIT_MODS_ENABLE
|
||||
|
||||
#define I2C_DRIVER I2CD0
|
||||
#define I2C1_SCL_PIN GP25
|
||||
#define I2C1_SDA_PIN GP24
|
||||
|
|
|
@ -41,7 +41,13 @@
|
|||
},
|
||||
"soft_serial_pin": "GP1",
|
||||
"transport": {
|
||||
"protocol": "serial"
|
||||
"protocol": "serial",
|
||||
"sync": {
|
||||
"indicators": true,
|
||||
"layer_state": true,
|
||||
"matrix_state": true,
|
||||
"modifiers": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
|
|
|
@ -20,11 +20,6 @@
|
|||
#define WS2812_PIO_USE_PIO1
|
||||
#define RGB_MATRIX_LED_COUNT 54
|
||||
|
||||
#define SPLIT_TRANSPORT_MIRROR
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
#define SPLIT_MODS_ENABLE
|
||||
|
||||
#undef I2C_DRIVER
|
||||
#define I2C_DRIVER I2CD0
|
||||
#undef I2C1_SCL_PIN
|
||||
|
|
|
@ -42,7 +42,13 @@
|
|||
},
|
||||
"soft_serial_pin": "GP1",
|
||||
"transport": {
|
||||
"protocol": "serial"
|
||||
"protocol": "serial",
|
||||
"sync": {
|
||||
"indicators": true,
|
||||
"layer_state": true,
|
||||
"matrix_state": true,
|
||||
"modifiers": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue