Fixes renaming typo of uno/rev2 json back to keyboard.json (#24366)

Rename keyboard.jsono to keyboard.json
This commit is contained in:
Perry Wang
2024-09-05 14:27:35 -07:00
committed by GitHub
parent 2b55e43e54
commit e83a36dfbf

View 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"]
]
}
}