Update keyboard.json

This commit is contained in:
TreasureTypes 2025-03-05 10:40:19 +01:00 committed by GitHub
parent 6c82ca81a0
commit 12a2fc883a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,9 @@
"nkro": true,
"rgb_matrix": true
},
"combo": {
"term": 150
},
"matrix_pins": {
"cols": ["B5", "B6", "B7", "C7", "C6", "C4", "D4", "D5", "D6", "B0", "B1", "B2"],
"rows": ["D2", "C5", "B3"]
@ -26,6 +29,8 @@
},
"rgb_matrix": {
"driver": "ws2812",
"default": {
"speed": 40
"layout": [
{ "matrix": [2, 0],"flags": 4, "x": 0, "y": 20 },
{ "matrix": [2, 1],"flags": 4, "x": 10, "y": 20 },
@ -63,7 +68,12 @@
{ "matrix": [0, 9],"flags": 4, "x": 90, "y": 0 },
{ "matrix": [0, 10],"flags": 4, "x": 100, "y": 0 },
{ "matrix": [0, 11],"flags": 4, "x": 110, "y": 0 }
]
],
"max_brightness": 180,
"sleep": true
},
"ws2812": {
"pin": "B4"
},
"layouts": {
"LAYOUT_ortho_3x12": {