diff options
| author | Joel Challis | 2024-01-08 03:15:50 +0100 |
|---|---|---|
| committer | GitHub | 2024-01-08 03:15:50 +0100 |
| commit | a45107e1525cb73e489bcc1ff85722adb12d36f9 (patch) | |
| tree | 8684b402fd61f81306b63379ab41f0fa0ce6da9d /keyboards/helix/rev3_5rows/info.json | |
| parent | c7b59a96dfc9b3ae694d0bd47172ac6d52b441ee (diff) | |
Migrate RGB Matrix config to info.json - H (#22861)
Diffstat (limited to 'keyboards/helix/rev3_5rows/info.json')
| -rw-r--r-- | keyboards/helix/rev3_5rows/info.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/helix/rev3_5rows/info.json b/keyboards/helix/rev3_5rows/info.json index 5eb5aee93f..ce1a8364f3 100644 --- a/keyboards/helix/rev3_5rows/info.json +++ b/keyboards/helix/rev3_5rows/info.json @@ -12,7 +12,7 @@ "driver": "ws2812", "sat_steps": 8, "val_steps": 8, - "speed_steps": 10 + "speed_steps": 10, "layout": [ {"matrix": [0, 5], "x": 80, "y": 0, "flags": 4}, {"matrix": [0, 4], "x": 64, "y": 0, "flags": 4}, @@ -80,7 +80,8 @@ {"matrix": [9, 0], "x": 224, "y": 64, "flags": 4} ], "max_brightness": 128, - "split_count": [32, 32] + "split_count": [32, 32], + "sleep": true }, "dip_switch": { "matrix_grid": [ [0,6], [1,6], [5,6], [6,6] ] |