From 615dbd62e945fde4c26335ed24774d1feeb1dadf Mon Sep 17 00:00:00 2001 From: takashicompany Date: Wed, 11 May 2022 03:07:01 +0900 Subject: [Keyboard] Fix led num for center_enter/qoolee (#17050) --- keyboards/takashicompany/qoolee/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/takashicompany/qoolee') diff --git a/keyboards/takashicompany/qoolee/config.h b/keyboards/takashicompany/qoolee/config.h index 3095f84159..36bb330c95 100644 --- a/keyboards/takashicompany/qoolee/config.h +++ b/keyboards/takashicompany/qoolee/config.h @@ -68,7 +68,7 @@ along with this program. If not, see . #define RGB_DI_PIN D3 #ifdef RGB_DI_PIN -# define RGBLED_NUM 16 +# define RGBLED_NUM 6 # define RGBLIGHT_HUE_STEP 8 # define RGBLIGHT_SAT_STEP 8 # define RGBLIGHT_VAL_STEP 8 -- cgit v1.2.3