Migrate build target markers to keyboard.json - HI (#23540)

This commit is contained in:
Joel Challis
2024-04-17 02:49:17 +01:00
committed by GitHub
parent baa6000ed3
commit e869c80af7
84 changed files with 66 additions and 125 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"keyboard_name": "ABall",
"manufacturer": "Richard Sutherland",
"url": "https://github.com/brickbots/aball/",
"maintainer": "@brickbots",
"usb": {
"vid": "0xFEED",
"pid": "0xC2F0",
"device_version": "0.0.1"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": true,
"extrakey": false,
"pointing_device": true
},
"matrix_pins": {
"direct": [
[null]
]
},
"layouts": {
"LAYOUT": {
"layout": [
{"x": 0, "y": 0, "matrix": [0, 0]}
]
}
}
}