Data-Driven Keyboard Conversions: K, Part 4 (#23567)

This commit is contained in:
James Young 2024-04-21 17:53:31 -07:00 committed by GitHub
parent 7b96e54e8c
commit 69f96e1411
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
83 changed files with 354 additions and 579 deletions

View file

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

View file

@ -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
}
}

View file

@ -1 +0,0 @@
ENCODER_ENABLE = yes

View file

@ -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
}
}

View file

@ -1 +0,0 @@
ENCODER_ENABLE = yes

View file

@ -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
}
}

View file

@ -1,2 +0,0 @@
ENCODER_ENABLE = yes
OLED_ENABLE = yes