Migrate recently introduced sync items (#22305)
This commit is contained in:
parent
87b4bc17ed
commit
3f1b3a5125
57 changed files with 195 additions and 111 deletions
|
@ -41,9 +41,6 @@
|
|||
#endif
|
||||
|
||||
/* Split Transport Features */
|
||||
#define SPLIT_TRANSPORT_MIRROR
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
#define SPLIT_TRANSACTION_IDS_KB TOUCH_ENCODER_SYNC, RGB_MENU_SYNC
|
||||
|
||||
#define RGB_MATRIX_LED_COUNT 98
|
||||
|
|
|
@ -52,7 +52,14 @@
|
|||
"tap_keycode_delay": 5
|
||||
},
|
||||
"split": {
|
||||
"soft_serial_pin": "A9"
|
||||
"soft_serial_pin": "A9",
|
||||
"transport": {
|
||||
"sync": {
|
||||
"indicators": true,
|
||||
"layer_state": true,
|
||||
"matrix_state": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"processor": "STM32F303",
|
||||
"bootloader": "stm32-dfu",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue