Fixes renaming typo of uno/rev2 json back to keyboard.json (#24366)
Rename keyboard.jsono to keyboard.json
This commit is contained in:
34
keyboards/keyhive/uno/rev2/keyboard.json
Normal file
34
keyboards/keyhive/uno/rev2/keyboard.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"keyboard_name": "Uno rev2",
|
||||
"usb": {
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 1,
|
||||
"animations": {
|
||||
"rainbow_mood": true
|
||||
}
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D1"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "B2", "pin_b": "B3"}
|
||||
]
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"mousekey": false,
|
||||
"extrakey": false,
|
||||
"rgblight": true,
|
||||
"encoder": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"direct": [
|
||||
["D0"]
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user