qmk_firmware/keyboards/keyhive/uno/rev1/keyboard.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"]
]
}
}