mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
|
{
|
||
|
"manufacturer": "rot13labs",
|
||
|
"keyboard_name": "Veilid SAO",
|
||
|
"maintainer": "c0ldbru",
|
||
|
"bootloader": "usbasploader",
|
||
|
"diode_direction": "COL2ROW",
|
||
|
"features": {
|
||
|
"bootmagic": true,
|
||
|
"command": false,
|
||
|
"console": false,
|
||
|
"extrakey": false,
|
||
|
"mousekey": false,
|
||
|
"nkro": false,
|
||
|
"rgb_matrix": true
|
||
|
},
|
||
|
"matrix_pins": {
|
||
|
"cols": ["C0"],
|
||
|
"rows": ["B1"]
|
||
|
},
|
||
|
"processor": "atmega328p",
|
||
|
"usb": {
|
||
|
"device_version": "13.3.7",
|
||
|
"pid": "0xBEEF",
|
||
|
"vid": "0xBEEF"
|
||
|
},
|
||
|
"ws2812": {
|
||
|
"pin": "B0"
|
||
|
},
|
||
|
"rgb_matrix": {
|
||
|
"animations": {
|
||
|
"cycle_left_right": true
|
||
|
},
|
||
|
"driver": "ws2812",
|
||
|
"default": {
|
||
|
"animation": "cycle_left_right"
|
||
|
},
|
||
|
"layout": [
|
||
|
{"flags": 4, "matrix": [0, 0], "x": 0, "y": 0}
|
||
|
],
|
||
|
"max_brightness": 100
|
||
|
},
|
||
|
"community_layouts": ["ortho_1x1"],
|
||
|
"layouts": {
|
||
|
"LAYOUT_ortho_1x1": {
|
||
|
"layout": [
|
||
|
{"label": "Ctrl", "matrix": [0, 0], "x": 0, "y": 0}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|