From 7fad94ba2d5092abe451d0bbc95caaa37fec95bc Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 17 Feb 2023 08:13:41 +1100 Subject: Remove unused RGBLight defines from config.h (#19859) --- keyboards/ktec/staryu/config.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'keyboards/ktec/staryu/config.h') diff --git a/keyboards/ktec/staryu/config.h b/keyboards/ktec/staryu/config.h index 1826763cbf..d2fb24f35d 100755 --- a/keyboards/ktec/staryu/config.h +++ b/keyboards/ktec/staryu/config.h @@ -29,13 +29,7 @@ along with this program. If not, see . #define RGBLIGHT_EFFECT_ALTERNATING #define RGBLIGHT_EFFECT_TWINKLE #define RGBLIGHT_LIMIT_VAL 200 -// #ifdef RGB_DI_PIN -// #define RGBLIGHT_HUE_STEP 8 -// #define RGBLIGHT_SAT_STEP 8 -// #define RGBLIGHT_VAL_STEP 8 -// #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ -// #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ -// #endif + #undef BACKLIGHT_PIN #define BACKLIGHT_PINS { C2, C7, D5, D6, B0 } -- cgit v1.2.3