From 6e74abc643e944dc18d4f53762b52459b7691308 Mon Sep 17 00:00:00 2001 From: James Young <18669334+noroadsleft@users.noreply.github.com> Date: Fri, 12 Feb 2021 16:59:10 -0800 Subject: [Keyboard] tunks/ergo33: define RGBLight config at kb level (#11855) --- keyboards/tunks/ergo33/config.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'keyboards/tunks/ergo33/config.h') diff --git a/keyboards/tunks/ergo33/config.h b/keyboards/tunks/ergo33/config.h index 96cc5b93b0..11a427a30e 100644 --- a/keyboards/tunks/ergo33/config.h +++ b/keyboards/tunks/ergo33/config.h @@ -43,6 +43,15 @@ /* Underglow + top RGB configuration */ #define RGB_DI_PIN D4 +#define RGBLIGHT_ANIMATIONS + +#if !defined(RGBLED_NUM) +/* RGB LED count + * No external LED PCB: 10 + * External LED PCB: 14 + */ +# define RGBLED_NUM 14 +#endif /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ //#define LOCKING_SUPPORT_ENABLE -- cgit v1.2.3