Update reverie hs keyboard.json to be accurate

This commit is contained in:
Andrew Kannan 2024-08-15 21:08:46 -04:00
parent e7e3bf940e
commit 7237ffca38
2 changed files with 1 additions and 12 deletions

View File

@ -1,17 +1,7 @@
{ {
"keyboard_name": "Reverie HS", "keyboard_name": "Reverie HS",
"backlight": {
"breathing": true,
"breathing_period": 5,
"levels": 15,
"pin": "GP22"
},
"features": { "features": {
"backlight": true "backlight": false
},
"indicators": {
"caps_lock": "GP29",
"on_state": 0
}, },
"usb": { "usb": {
"pid": "0x0033" "pid": "0x0033"

View File

@ -4,7 +4,6 @@
"bootloader": "rp2040", "bootloader": "rp2040",
"diode_direction": "COL2ROW", "diode_direction": "COL2ROW",
"features": { "features": {
"backlight": false,
"bootmagic": true, "bootmagic": true,
"command": false, "command": false,
"console": false, "console": false,