Reduced max brightness

This commit is contained in:
Ryan Neff 2023-12-31 15:28:51 -08:00
parent 461432b6fc
commit 0629633da8

View File

@ -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 },