mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-05-23 17:45:27 +00:00
Reduced max brightness
This commit is contained in:
parent
461432b6fc
commit
0629633da8
@ -8,7 +8,7 @@
|
|||||||
"usb": {
|
"usb": {
|
||||||
"vid": "0x4A54",
|
"vid": "0x4A54",
|
||||||
"pid": "0x5350",
|
"pid": "0x5350",
|
||||||
"device_version": "3.5.1"
|
"device_version": "3.5.2"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"lto": false
|
"lto": false
|
||||||
@ -43,7 +43,7 @@
|
|||||||
},
|
},
|
||||||
"rgb_matrix": {
|
"rgb_matrix": {
|
||||||
"driver": "ws2812",
|
"driver": "ws2812",
|
||||||
"max_brightness": 255,
|
"max_brightness": 127,
|
||||||
"split_count": [29, 29],
|
"split_count": [29, 29],
|
||||||
"animations": {
|
"animations": {
|
||||||
"band_pinwheel_sat": true,
|
"band_pinwheel_sat": true,
|
||||||
@ -89,8 +89,8 @@
|
|||||||
"typing_heatmap": true
|
"typing_heatmap": true
|
||||||
},
|
},
|
||||||
"default": {
|
"default": {
|
||||||
"animation": "typing_heatmap",
|
"animation": "cycle_out_in",
|
||||||
"speed": 14
|
"speed": 16
|
||||||
},
|
},
|
||||||
"layout": [
|
"layout": [
|
||||||
{ "flags": 4, "matrix": [0, 5], "x": 95, "y": 7 },
|
{ "flags": 4, "matrix": [0, 5], "x": 95, "y": 7 },
|
||||||
|
Loading…
Reference in New Issue
Block a user