1
0
Fork 0

Update ScottoAlp handwired keyboard to 12 column layout (#22962)

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Joe Scotto 2024-03-15 01:03:23 -04:00 committed by GitHub
parent b9d65269ca
commit add7c13d61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 90 additions and 72 deletions

View file

@ -21,7 +21,7 @@
"url": "https://scottokeebs.com",
"usb": {
"device_version": "1.0.0",
"pid": "0x1013",
"pid": "0x1019",
"vid": "0x534B"
},
"ws2812": {
@ -29,7 +29,21 @@
"driver": "vendor"
},
"rgblight": {
"led_count": 1
"led_count": 5,
"default": {
"animation": "rainbow_swirl"
},
"animations": {
"breathing": true,
"rainbow_mood": true,
"rainbow_swirl": true,
"snake": true,
"knight": true,
"christmas": true,
"static_gradient": true,
"alternating": true,
"twinkle": true
}
},
"community_layouts": ["split_3x5_2"],
"layouts": {