qmk_firmware/keyboards/rot13labs/veilid_sao/keyboard.json

51 lines
1.1 KiB
JSON
Raw Normal View History

{
"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}
]
}
}
}