forked from mirror/qmk_firmware
Migrate recently introduced sync items (#22305)
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
|
||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
|
||||
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
|
||||
#define I2C_DRIVER I2CD1
|
||||
#define I2C1_SDA_PIN GP22
|
||||
#define I2C1_SCL_PIN GP23
|
||||
|
||||
@@ -20,7 +20,12 @@
|
||||
},
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "GP0"
|
||||
"soft_serial_pin": "GP0",
|
||||
"transport": {
|
||||
"sync": {
|
||||
"layer_state": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"usb": {
|
||||
"device_version": "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user