forked from mirror/qmk_firmware
Migrate build target markers to keyboard.json - HI (#23540)
This commit is contained in:
26
keyboards/handwired/macroboard/f411/keyboard.json
Normal file
26
keyboards/handwired/macroboard/f411/keyboard.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"usb": {
|
||||
"shared_endpoint": {
|
||||
"keyboard": true
|
||||
}
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B12", "B13", "B14", "B15", "A8", "A10"],
|
||||
"rows": ["A15", "B3", "B4", "B5", "B7"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"ws2812": {
|
||||
"driver": "pwm"
|
||||
},
|
||||
"processor": "STM32F411",
|
||||
"bootloader": "stm32-dfu",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"mousekey": true,
|
||||
"extrakey": true,
|
||||
"nkro": true,
|
||||
"rgblight": true,
|
||||
"audio": true
|
||||
},
|
||||
"board": "BLACKPILL_STM32_F411"
|
||||
}
|
||||
Reference in New Issue
Block a user