qmk_firmware/keyboards/ai03/equinox/rev1/keyboard.json

24 lines
555 B
JSON
Raw Permalink Normal View History

{
"features": {
"backlight": true,
"bootmagic": true,
"command": true,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["D1", "D2", "C6", "C7", "B6", "B5", "B4", "B3", "B2", "B1", "B0", "D6"],
"rows": ["D3", "C5", "D4", "D5"]
},
"diode_direction": "COL2ROW",
"backlight": {
"pin": "B7",
"levels": 5,
"breathing": true
},
"processor": "atmega32u2",
"bootloader": "atmel-dfu"
}