diff options
Diffstat (limited to 'keyboards/lily58/light')
-rw-r--r-- | keyboards/lily58/light/config.h | 1 | ||||
-rw-r--r-- | keyboards/lily58/light/info.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/lily58/light/config.h b/keyboards/lily58/light/config.h index 91934e61c0..88cb95c243 100644 --- a/keyboards/lily58/light/config.h +++ b/keyboards/lily58/light/config.h @@ -23,4 +23,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLED_SPLIT { 35, 35 } #define RGBLED_NUM 70 #define RGBLIGHT_SPLIT -#define RGBLIGHT_LIMIT_VAL 120 diff --git a/keyboards/lily58/light/info.json b/keyboards/lily58/light/info.json index 53c5b4498b..7cca1288a3 100644 --- a/keyboards/lily58/light/info.json +++ b/keyboards/lily58/light/info.json @@ -38,6 +38,9 @@ "ws2812": { "pin": "D3" }, + "rgblight": { + "max_brightness": 120 + }, "processor": "atmega32u4", "bootloader": "caterina", "layouts": { |