Data-Driven Keyboard Conversions: K, Part 4 (#23567)
This commit is contained in:
parent
7b96e54e8c
commit
69f96e1411
83 changed files with 354 additions and 579 deletions
|
@ -10,14 +10,6 @@
|
|||
"qmk": {
|
||||
"tap_keycode_delay": 60
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": false
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B0", "D7", "D6", "D5"],
|
||||
"rows": ["C0", "C1", "C2", "C3"]
|
||||
|
|
|
@ -8,5 +8,14 @@
|
|||
{"pin_a": "D1", "pin_b": "D0"},
|
||||
{"pin_a": "B2", "pin_b": "B1"}
|
||||
]
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": false,
|
||||
"encoder": true
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
ENCODER_ENABLE = yes
|
|
@ -10,5 +10,14 @@
|
|||
{"pin_a": "B4", "pin_b": "B3"},
|
||||
{"pin_a": "D4", "pin_b": "B5"}
|
||||
]
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": false,
|
||||
"encoder": true
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
ENCODER_ENABLE = yes
|
|
@ -10,5 +10,15 @@
|
|||
{"pin_a": "B4", "pin_b": "B3"},
|
||||
{"pin_a": "D4", "pin_b": "B5"}
|
||||
]
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": false,
|
||||
"encoder": true,
|
||||
"oled": true
|
||||
}
|
||||
}
|
|
@ -1,2 +0,0 @@
|
|||
ENCODER_ENABLE = yes
|
||||
OLED_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue