Migrate build target markers to keyboard.json - R (#23542)

This commit is contained in:
Joel Challis
2024-04-17 19:32:56 +01:00
committed by GitHub
parent 860c218415
commit abcaf39e6c
78 changed files with 285 additions and 615 deletions

View File

@@ -0,0 +1,21 @@
{
"features": {
"bootmagic": true,
"extrakey": false,
"mousekey": false,
"nkro": false
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["C4", "C5", "C6", "C7", "B7", "B6", "B5", "B4", "B3", "D5", "D4", "D3"],
"rows": ["B2", "B1", "B0"]
},
"diode_direction": "COL2ROW",
"processor": "atmega32u2",
"bootloader": "atmel-dfu"
}