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/keymaps/rgb/config.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'keyboards/tunks/ergo33/keymaps/rgb/config.h') diff --git a/keyboards/tunks/ergo33/keymaps/rgb/config.h b/keyboards/tunks/ergo33/keymaps/rgb/config.h index dceb82945e..e2c8883ed4 100644 --- a/keyboards/tunks/ergo33/keymaps/rgb/config.h +++ b/keyboards/tunks/ergo33/keymaps/rgb/config.h @@ -20,5 +20,8 @@ * No external LED PCB: 10 * External LED PCB: 14 */ -#define RGBLED_NUM 10 -#define RGBLIGHT_ANIMATIONS \ No newline at end of file +#if defined(RGBLED_NUM) +# undef RGBLED_NUM +# define RGBLED_NUM 10 +#endif +#define RGBLIGHT_ANIMATIONS -- cgit v1.2.3