forked from mirror/qmk_firmware
Migrate recently introduced sync items (#22305)
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
|
||||
#ifdef OLED_ENABLE
|
||||
#define OLED_DISPLAY_128X32
|
||||
#define SPLIT_OLED_ENABLE
|
||||
#endif
|
||||
|
||||
#ifdef PS2_DRIVER_INTERRUPT
|
||||
|
||||
@@ -14,7 +14,12 @@
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"soft_serial_pin": "D2"
|
||||
"soft_serial_pin": "D2",
|
||||
"transport": {
|
||||
"sync": {
|
||||
"oled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
|
||||
Reference in New Issue
Block a user