mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-28 11:59:21 +00:00
Fix rgblight in json
This commit is contained in:
parent
82c7e9f51c
commit
f59a2c9247
@ -19,27 +19,26 @@
|
||||
},
|
||||
"processor": "RP2040",
|
||||
"rgblight": {
|
||||
"driver": "ws2812"
|
||||
"led_count": 16,
|
||||
"sleep": true,
|
||||
"animations": {
|
||||
"static_light": true,
|
||||
"alternating": true,
|
||||
"breathing": true,
|
||||
"christmas": true,
|
||||
"knight": true,
|
||||
"rainbow_mood": true,
|
||||
"rainbow_swirl": true,
|
||||
"snake": true,
|
||||
"static_gradient": true,
|
||||
"twinkle": true
|
||||
},
|
||||
"default": {
|
||||
"val": 8,
|
||||
"hue": 210,
|
||||
"sat": 100,
|
||||
},
|
||||
"animations": {
|
||||
"static_light": true,
|
||||
"breathing": true,
|
||||
"rainbow_mood": true,
|
||||
"rainbow_swirl": true,
|
||||
"snake": true,
|
||||
"knight": true,
|
||||
"christmas": true,
|
||||
"static_gradient": true,
|
||||
"rgb_test": true,
|
||||
"alternating": true,
|
||||
"twinkle": true,
|
||||
},
|
||||
"driver": "ws2812",
|
||||
"led_count": 16,
|
||||
"sleep": true,
|
||||
},
|
||||
"usb": {
|
||||
"device_version": "0.0.1",
|
||||
@ -69,6 +68,7 @@
|
||||
{"matrix": [0, 6], "x": 12, "y": 0},
|
||||
{"matrix": [1, 6], "x": 13, "y": 0},
|
||||
{"matrix": [0, 7], "x": 14, "y": 0},
|
||||
{"matrix": [1, 7], "x": 15, "y": 0},
|
||||
{"matrix": [2, 0], "x": 0, "y": 1, "w": 1.5},
|
||||
{"matrix": [3, 0], "x": 1.5, "y": 1},
|
||||
{"matrix": [2, 1], "x": 2.5, "y": 1},
|
||||
@ -331,7 +331,7 @@
|
||||
{"matrix": [7, 6], "x": 14, "y": 3},
|
||||
{"matrix": [7, 7], "x": 15, "y": 3},
|
||||
{"matrix": [8, 0], "x": 0, "y": 4, "w": 1.5},
|
||||
{"matrix": [9, 0], "x": 1.5, "y": 4, "w": 1},
|
||||
{"matrix": [9, 0], "x": 1.5, "y": 4},
|
||||
{"matrix": [8, 1], "x": 2.5, "y": 4, "w": 1.5},
|
||||
{"matrix": [8, 3], "x": 4, "y": 4, "w": 7},
|
||||
{"matrix": [8, 5], "x": 11, "y": 4, "w": 1.5},
|
||||
@ -402,7 +402,7 @@
|
||||
{"matrix": [7, 6], "x": 14, "y": 3},
|
||||
{"matrix": [7, 7], "x": 15, "y": 3},
|
||||
{"matrix": [8, 0], "x": 0, "y": 4, "w": 1.5},
|
||||
{"matrix": [9, 0], "x": 1.5, "y": 4, "w": 1},
|
||||
{"matrix": [9, 0], "x": 1.5, "y": 4},
|
||||
{"matrix": [8, 1], "x": 2.5, "y": 4, "w": 1.5},
|
||||
{"matrix": [8, 3], "x": 4, "y": 4, "w": 7},
|
||||
{"matrix": [8, 5], "x": 11, "y": 4, "w": 1.5},
|
||||
@ -618,7 +618,7 @@
|
||||
{"matrix": [7, 6], "x": 14, "y": 3},
|
||||
{"matrix": [7, 7], "x": 15, "y": 3},
|
||||
{"matrix": [8, 0], "x": 0, "y": 4, "w": 1.5},
|
||||
{"matrix": [9, 0], "x": 1.5, "y": 4, "w": 1},
|
||||
{"matrix": [9, 0], "x": 1.5, "y": 4},
|
||||
{"matrix": [8, 1], "x": 2.5, "y": 4, "w": 1.5},
|
||||
{"matrix": [8, 3], "x": 4, "y": 4, "w": 7},
|
||||
{"matrix": [8, 5], "x": 11, "y": 4, "w": 1.5},
|
||||
@ -690,7 +690,7 @@
|
||||
{"matrix": [7, 6], "x": 14, "y": 3},
|
||||
{"matrix": [7, 7], "x": 15, "y": 3},
|
||||
{"matrix": [8, 0], "x": 0, "y": 4, "w": 1.5},
|
||||
{"matrix": [9, 0], "x": 1.5, "y": 4, "w": 1},
|
||||
{"matrix": [9, 0], "x": 1.5, "y": 4},
|
||||
{"matrix": [8, 1], "x": 2.5, "y": 4, "w": 1.5},
|
||||
{"matrix": [8, 3], "x": 4, "y": 4, "w": 7},
|
||||
{"matrix": [8, 5], "x": 11, "y": 4, "w": 1.5},
|
||||
|
Loading…
Reference in New Issue
Block a user