Migrate recently introduced sync items (#22305)
This commit is contained in:
parent
87b4bc17ed
commit
3f1b3a5125
57 changed files with 195 additions and 111 deletions
|
@ -21,7 +21,3 @@
|
|||
// OLED settings
|
||||
#define OLED_TIMEOUT 80000
|
||||
#define OLED_BRIGHTNESS 90
|
||||
|
||||
#define SPLIT_WPM_ENABLE
|
||||
#define SPLIT_OLED_ENABLE
|
||||
#define SPLIT_TRANSPORT_MIRROR
|
||||
|
|
|
@ -41,6 +41,13 @@
|
|||
"cols": ["F6", "F7", "B1", "B3", "B2", "B6", null],
|
||||
"rows": ["C6", "D7", "E6", "B4", "B5"]
|
||||
}
|
||||
},
|
||||
"transport": {
|
||||
"sync": {
|
||||
"matrix_state": true,
|
||||
"oled": true,
|
||||
"wpm": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"qmk": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue