mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-25 12:46:41 +00:00
29 lines
519 B
JSON
29 lines
519 B
JSON
{
|
|
"keyboard_name": "Uno rev1",
|
|
"usb": {
|
|
"device_version": "0.0.1"
|
|
},
|
|
"rgblight": {
|
|
"led_count": 1,
|
|
"animations": {
|
|
"rainbow_mood": true
|
|
}
|
|
},
|
|
"ws2812": {
|
|
"pin": "F6"
|
|
},
|
|
"processor": "atmega32u4",
|
|
"bootloader": "caterina",
|
|
"features": {
|
|
"bootmagic": false,
|
|
"mousekey": false,
|
|
"extrakey": false,
|
|
"rgblight": true
|
|
},
|
|
"matrix_pins": {
|
|
"direct": [
|
|
["B6"]
|
|
]
|
|
}
|
|
}
|