Miscellaneous keyboard.json migrations (#23378)
This commit is contained in:
parent
62af50ceef
commit
f29daff9b6
62 changed files with 57 additions and 185 deletions
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x4A13",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["GP2", "GP3", "GP4", "GP5", "GP6", "GP7"],
|
||||
"rows": ["GP8", "GP9", "GP10", "GP11", "GP12"]
|
||||
|
@ -28,6 +31,7 @@
|
|||
]
|
||||
},
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"encoder": {
|
||||
"right": {
|
||||
"rotary": [
|
|
@ -0,0 +1 @@
|
|||
SERIAL_DRIVER = vendor
|
|
@ -1,9 +1 @@
|
|||
# Split Keyboard Stuff
|
||||
SPLIT_KEYBOARD = yes
|
||||
SERIAL_DRIVER = vendor
|
||||
|
||||
# Enable Bootmagic Lite
|
||||
BOOTMAGIC_ENABLE = yes
|
||||
|
||||
# Default Folder
|
||||
DEFAULT_FOLDER = junco/rev1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue