From fecfb176b4e3de2867c4c8f5a407b26619511780 Mon Sep 17 00:00:00 2001 From: jack <0x6A73@pm.me> Date: Tue, 13 Dec 2022 19:49:06 -0700 Subject: Add encoder map to boardsource/lulu, and some other dd migrations (#19281) --- keyboards/boardsource/lulu/info.json | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'keyboards/boardsource/lulu/info.json') diff --git a/keyboards/boardsource/lulu/info.json b/keyboards/boardsource/lulu/info.json index 8c3b03d1d2..8c3f07f14e 100644 --- a/keyboards/boardsource/lulu/info.json +++ b/keyboards/boardsource/lulu/info.json @@ -9,7 +9,8 @@ "mousekey": true, "nkro": true, "rgb_matrix": true, - "oled": true + "oled": true, + "encoder": true }, "url": "https://boardsource.xyz/projects/60de24d6847112054777bbdd", "usb": { @@ -20,15 +21,18 @@ "split": { "enabled": true }, - "encoder": { - "enabled": true - }, - "matrix_size": { - "cols": 6, - "rows": 10 - }, "rgb_matrix": { "driver": "WS2812", + "split_count": [35, 35], + "max_brightness": 150, + "animations": { + "alphas_mods": true, + "gradient_up_down": true, + "gradient_left_right": true, + "breathing": true, + "band_sat": true, + "band_val": true + }, "layout": [ { "flags": 2, "x": 86, "y": 55 }, { "flags": 2, "x": 51, "y": 55 }, -- cgit v1.2.3