mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-26 11:02:08 +00:00
Remove duplication of RGB Matrix defaults (#25146)
* Remove duplication of RGB Matrix defaults * Remove more duplication of defaults * fix
This commit is contained in:
parent
d33aa82c51
commit
b43fc33be3
@ -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,
|
||||
|
@ -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
|
||||
|
@ -13,7 +13,6 @@
|
||||
"val": 150
|
||||
},
|
||||
"driver": "ws2812",
|
||||
"led_flush_limit": 16,
|
||||
"max_brightness": 200
|
||||
},
|
||||
"features": {
|
||||
|
@ -13,7 +13,6 @@
|
||||
"val": 150
|
||||
},
|
||||
"driver": "ws2812",
|
||||
"led_flush_limit": 16,
|
||||
"max_brightness": 200
|
||||
},
|
||||
"rgblight": {
|
||||
|
@ -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 },
|
||||
|
@ -47,7 +47,6 @@
|
||||
},
|
||||
"default": {
|
||||
"animation": "cycle_up_down",
|
||||
"sat": 255,
|
||||
"speed": 30,
|
||||
"val": 192
|
||||
},
|
||||
|
@ -61,7 +61,6 @@
|
||||
"animation": "cycle_pinwheel"
|
||||
},
|
||||
"driver": "ws2812",
|
||||
"led_flush_limit": 16,
|
||||
"max_brightness": 200,
|
||||
"react_on_keyup": true
|
||||
},
|
||||
|
@ -34,8 +34,7 @@
|
||||
"animation": "splash",
|
||||
"hue": 132,
|
||||
"sat": 102,
|
||||
"speed": 80,
|
||||
"val": 255
|
||||
"speed": 80
|
||||
},
|
||||
"driver": "ws2812",
|
||||
"layout": [
|
||||
|
@ -30,9 +30,6 @@
|
||||
"animations": {
|
||||
"cycle_left_right": true
|
||||
},
|
||||
"default": {
|
||||
"animation": "cycle_left_right"
|
||||
},
|
||||
"driver": "ws2812",
|
||||
"layout": [
|
||||
{"x": 85, "y": 16, "flags": 2},
|
||||
|
@ -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},
|
||||
|
@ -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},
|
||||
|
@ -45,7 +45,6 @@
|
||||
"rgb_matrix": {
|
||||
"default": {
|
||||
"animation": "solid_color",
|
||||
"hue": 0,
|
||||
"sat": 0,
|
||||
"val": 200
|
||||
},
|
||||
|
@ -14,7 +14,6 @@
|
||||
"rgb_matrix": {
|
||||
"default": {
|
||||
"animation": "solid_color",
|
||||
"hue": 0,
|
||||
"sat": 0,
|
||||
"val": 200
|
||||
},
|
||||
|
@ -14,7 +14,6 @@
|
||||
"rgb_matrix": {
|
||||
"default": {
|
||||
"animation": "solid_color",
|
||||
"hue": 0,
|
||||
"sat": 0,
|
||||
"val": 200
|
||||
},
|
||||
|
@ -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}
|
||||
],
|
||||
|
@ -65,9 +65,6 @@
|
||||
"splash": true,
|
||||
"typing_heatmap": true
|
||||
},
|
||||
"default": {
|
||||
"animation": "cycle_left_right"
|
||||
},
|
||||
"driver": "ws2812",
|
||||
"layout": [
|
||||
{"x": 75, "y": 2, "flags": 2},
|
||||
|
@ -44,9 +44,7 @@
|
||||
},
|
||||
"default": {
|
||||
"animation": "rainbow_moving_chevron",
|
||||
"hue": 142,
|
||||
"sat": 255,
|
||||
"speed": 127
|
||||
"hue": 142
|
||||
},
|
||||
"driver": "ws2812",
|
||||
"max_brightness": 176,
|
||||
|
Loading…
Reference in New Issue
Block a user