mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-11 08:23:22 +01:00
Migrate build target markers to keyboard.json - HI (#23540)
This commit is contained in:
@@ -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]}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user