From 363bfdbfda5ea9fa996390920a9e8982535b76c8 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 27 May 2023 12:27:44 +1000 Subject: Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974) Co-authored-by: Nick Brassel --- keyboards/elephant42/info.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'keyboards/elephant42/info.json') diff --git a/keyboards/elephant42/info.json b/keyboards/elephant42/info.json index 8bbaf67179..8c44408055 100644 --- a/keyboards/elephant42/info.json +++ b/keyboards/elephant42/info.json @@ -11,6 +11,9 @@ "rgb_matrix": { "driver": "WS2812" }, + "rgblight": { + "max_brightness": 170 + }, "matrix_pins": { "cols": ["F4", "F5", "F6", "F7", "B1", "B3"], "rows": ["D4", "C6", "D7", "E6"] -- cgit v1.2.3