Migrate recently introduced sync items (#22305)
This commit is contained in:
parent
87b4bc17ed
commit
3f1b3a5125
57 changed files with 195 additions and 111 deletions
|
|
@ -17,6 +17,5 @@
|
|||
#pragma once
|
||||
|
||||
#define OLED_DISPLAY_128X64
|
||||
#define SPLIT_MODS_ENABLE
|
||||
#define SPLIT_WPM_ENABLE
|
||||
|
||||
#define SPLIT_USB_DETECT
|
||||
|
|
|
|||
|
|
@ -20,7 +20,13 @@
|
|||
]
|
||||
},
|
||||
"split": {
|
||||
"soft_serial_pin": "D2"
|
||||
"soft_serial_pin": "D2",
|
||||
"transport": {
|
||||
"sync": {
|
||||
"modifiers": true,
|
||||
"wpm": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue