diff options
Diffstat (limited to 'keyboards/meson')
-rw-r--r-- | keyboards/meson/config.h | 4 | ||||
-rw-r--r-- | keyboards/meson/info.json | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/keyboards/meson/config.h b/keyboards/meson/config.h index e89409d477..684a24c971 100644 --- a/keyboards/meson/config.h +++ b/keyboards/meson/config.h @@ -19,13 +19,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define USE_I2C - #define RGBLED_NUM 10 - #define RGBLIGHT_SPLIT - #define RGBLED_SPLIT { 5, 5 } #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 - #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ #define RGBLIGHT_EFFECT_BREATHING #define RGBLIGHT_EFFECT_RAINBOW_MOOD #define RGBLIGHT_EFFECT_RAINBOW_SWIRL diff --git a/keyboards/meson/info.json b/keyboards/meson/info.json index 62aa154c0b..4b079696e1 100644 --- a/keyboards/meson/info.json +++ b/keyboards/meson/info.json @@ -15,6 +15,11 @@ "split": { "soft_serial_pin": "D0" }, + "rgblight": { + "led_count": 10, + "sleep": true, + "split_count": [5, 5] + }, "ws2812": { "pin": "B5" }, |