mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-24 18:11:14 +00:00
26 lines
514 B
JSON
26 lines
514 B
JSON
{
|
|
"processor": "RP2040",
|
|
"bootloader": "rp2040",
|
|
"usb": {
|
|
"device_version": "1.0.0"
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"matrix_pins": {
|
|
"direct": [
|
|
["GP15", "GP21", "GP23", "GP17", "GP19"]
|
|
]
|
|
},
|
|
"rgblight": {
|
|
"led_count": 1,
|
|
"max_brightness": 40,
|
|
"animations": {
|
|
"breathing": true,
|
|
"rainbow_mood": true,
|
|
"rainbow_swirl": true
|
|
}
|
|
},
|
|
"ws2812": {
|
|
"pin": "GP12"
|
|
}
|
|
}
|