1
0

Migrate recently introduced sync items (#22305)

This commit is contained in:
Joel Challis
2023-10-21 12:21:23 +01:00
committed by GitHub
parent 87b4bc17ed
commit 3f1b3a5125
57 changed files with 195 additions and 111 deletions

View File

@@ -10,7 +10,6 @@
#ifdef OLED_ENABLE
#define OLED_DISPLAY_128X32
#define SPLIT_OLED_ENABLE
#endif
#ifdef PS2_DRIVER_INTERRUPT

View File

@@ -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",