mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-02 16:05:09 +00:00
21 lines
414 B
JSON
21 lines
414 B
JSON
|
{
|
||
|
"usb": {
|
||
|
"device_version": "1.0.0"
|
||
|
},
|
||
|
"diode_direction": "COL2ROW",
|
||
|
"matrix_pins": {
|
||
|
"direct": [ [ "D5", "B6", "D4", "D2", "E6", "D7" ] ]
|
||
|
},
|
||
|
"rgblight": {
|
||
|
"led_count": 3,
|
||
|
"pin": "B5",
|
||
|
"max_brightness": 40,
|
||
|
"animations": {
|
||
|
"breathing": true,
|
||
|
"rainbow_mood": true,
|
||
|
"rainbow_swirl": true
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|