Remove duplication of RGB Matrix defaults (#25146)

* Remove duplication of RGB Matrix defaults

* Remove more duplication of defaults

* fix
This commit is contained in:
Joel Challis 2025-04-18 03:59:59 +01:00 committed by GitHub
parent d33aa82c51
commit b43fc33be3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
17 changed files with 2 additions and 32 deletions

View File

@ -82,7 +82,6 @@
{"matrix": [0, 10], "x": 194, "y": 13, "flags": 4},
{"matrix": [0, 11], "x": 210, "y": 11, "flags": 4}
],
"led_flush_limit": 16,
"led_process_limit": 21,
"max_brightness": 170,
"sat_steps": 24,

View File

@ -75,7 +75,6 @@
{"matrix": [0, 14], "x": 206, "y": 1, "flags": 4},
{"matrix": [0, 15], "x": 223, "y": 0, "flags": 4}
],
"led_flush_limit": 16,
"led_process_limit": 5,
"max_brightness": 125,
"sleep": true

View File

@ -13,7 +13,6 @@
"val": 150
},
"driver": "ws2812",
"led_flush_limit": 16,
"max_brightness": 200
},
"features": {

View File

@ -13,7 +13,6 @@
"val": 150
},
"driver": "ws2812",
"led_flush_limit": 16,
"max_brightness": 200
},
"rgblight": {

View File

@ -76,9 +76,6 @@
"pixel_flow": true,
"pixel_rain": true
},
"default": {
"animation": "cycle_left_right"
},
"sleep": true,
"layout": [
{"matrix": [0, 0], "flags": 4, "x": 0, "y": 0 },

View File

@ -47,7 +47,6 @@
},
"default": {
"animation": "cycle_up_down",
"sat": 255,
"speed": 30,
"val": 192
},

View File

@ -61,7 +61,6 @@
"animation": "cycle_pinwheel"
},
"driver": "ws2812",
"led_flush_limit": 16,
"max_brightness": 200,
"react_on_keyup": true
},

View File

@ -34,8 +34,7 @@
"animation": "splash",
"hue": 132,
"sat": 102,
"speed": 80,
"val": 255
"speed": 80
},
"driver": "ws2812",
"layout": [

View File

@ -30,9 +30,6 @@
"animations": {
"cycle_left_right": true
},
"default": {
"animation": "cycle_left_right"
},
"driver": "ws2812",
"layout": [
{"x": 85, "y": 16, "flags": 2},

View File

@ -30,9 +30,6 @@
"animations": {
"cycle_left_right": true
},
"default": {
"animation": "cycle_left_right"
},
"driver": "ws2812",
"layout": [
{"matrix": [0, 5], "x": 72, "y": 4, "flags": 4},

View File

@ -30,9 +30,6 @@
"animations": {
"cycle_left_right": true
},
"default": {
"animation": "cycle_left_right"
},
"driver": "ws2812",
"layout": [
{"matrix": [4, 0], "x": 32, "y": 57, "flags": 4},

View File

@ -45,7 +45,6 @@
"rgb_matrix": {
"default": {
"animation": "solid_color",
"hue": 0,
"sat": 0,
"val": 200
},

View File

@ -14,7 +14,6 @@
"rgb_matrix": {
"default": {
"animation": "solid_color",
"hue": 0,
"sat": 0,
"val": 200
},

View File

@ -14,7 +14,6 @@
"rgb_matrix": {
"default": {
"animation": "solid_color",
"hue": 0,
"sat": 0,
"val": 200
},

View File

@ -31,9 +31,6 @@
"cycle_left_right": true
},
"driver": "ws2812",
"default": {
"animation": "cycle_left_right"
},
"layout": [
{"flags": 4, "matrix": [0, 0], "x": 0, "y": 0}
],

View File

@ -65,9 +65,6 @@
"splash": true,
"typing_heatmap": true
},
"default": {
"animation": "cycle_left_right"
},
"driver": "ws2812",
"layout": [
{"x": 75, "y": 2, "flags": 2},

View File

@ -44,9 +44,7 @@
},
"default": {
"animation": "rainbow_moving_chevron",
"hue": 142,
"sat": 255,
"speed": 127
"hue": 142
},
"driver": "ws2812",
"max_brightness": 176,