66 lines
1.9 KiB
JSON
66 lines
1.9 KiB
JSON
{
|
|
"usb": {
|
|
"device_version": "0.0.3"
|
|
},
|
|
"rgb_matrix": {
|
|
"driver": "ws2812",
|
|
"layout": [
|
|
{"matrix": [1, 13], "x": 195, "y": 3, "flags": 4},
|
|
{"matrix": [4, 13], "x": 195, "y": 16, "flags": 4},
|
|
{"matrix": [4, 10], "x": 150, "y": 16, "flags": 4},
|
|
{"matrix": [4, 7], "x": 105, "y": 16, "flags": 4},
|
|
{"matrix": [4, 4], "x": 60, "y": 16, "flags": 4},
|
|
{"matrix": [4, 1], "x": 15, "y": 16, "flags": 4},
|
|
{"matrix": [1, 1], "x": 15, "y": 3, "flags": 4},
|
|
{"matrix": [1, 4], "x": 60, "y": 3, "flags": 4},
|
|
{"matrix": [1, 7], "x": 105, "y": 3, "flags": 4},
|
|
{"matrix": [1, 10], "x": 150, "y": 3, "flags": 4}
|
|
]
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["B8", "B2", "B10", "A0", "A1", "A2", "B0", "A3", "B1", "A6", "A7", "B12", "C13", "B11", "B9"],
|
|
"rows": ["C15", "C14", "A10", "A9", "A8"]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"encoder": {
|
|
"rotary": [
|
|
{"pin_a": "B13", "pin_b": "B14"}
|
|
]
|
|
},
|
|
"haptic": {
|
|
"driver": "drv2605l"
|
|
},
|
|
"rgblight": {
|
|
"led_count": 10,
|
|
"animations": {
|
|
"breathing": true,
|
|
"rainbow_mood": true,
|
|
"rainbow_swirl": true,
|
|
"snake": true,
|
|
"knight": true,
|
|
"christmas": true,
|
|
"static_gradient": true,
|
|
"rgb_test": true,
|
|
"alternating": true,
|
|
"twinkle": true
|
|
}
|
|
},
|
|
"ws2812": {
|
|
"pin": "B5"
|
|
},
|
|
"processor": "STM32F303",
|
|
"bootloader": "stm32-dfu",
|
|
"features": {
|
|
"bootmagic": true,
|
|
"mousekey": true,
|
|
"extrakey": true,
|
|
"command": true,
|
|
"nkro": true,
|
|
"audio": true,
|
|
"rgblight": true,
|
|
"haptic": true,
|
|
"oled": true,
|
|
"encoder": true
|
|
},
|
|
"board": "QMK_PROTON_C"
|
|
}
|