vial-qmk/keyboards/handwired/replicazeron/stm32f103/keyboard.json
9R 7638797c92
add vial support for replicazeron (#798)
* add vial support for replicazeron

* reduce firmware size
2024-10-11 20:19:30 -06:00

31 lines
684 B
JSON

{
"development_board": "bluepill",
"features": {
"bootmagic": true,
"console": true,
"extrakey": true,
"mousekey": true,
"nkro": true,
"rgblight": true
},
"matrix_pins": {
"cols": ["A7", "A6", "A5", "A4", "B4"],
"rows": ["B15", "A8", "A9", "A10", "A15", "B3"]
},
"rgblight": {
"led_count": 6
"animations": {
"breathing": true,
"knight": true,
"rainbow_mood": true,
"rainbow_swirl": true,
"twinkle": true
}
},
"usb": {
"device_version": "0.0.2"
},
"ws2812": {
"pin": "B14"
}
}