diff options
author | Ryan <fauxpark@gmail.com> | 2023-02-17 08:13:41 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-17 08:13:41 +1100 |
commit | 7fad94ba2d5092abe451d0bbc95caaa37fec95bc (patch) | |
tree | 412cb8505e0452c5104aa490a9305b0e36e6c804 /keyboards/ktec/staryu | |
parent | 86ab1c13315db9db5bfd2328bdf7aeb2e858343b (diff) |
Remove unused RGBLight defines from config.h (#19859)
Diffstat (limited to 'keyboards/ktec/staryu')
-rwxr-xr-x | keyboards/ktec/staryu/config.h | 8 |
1 files changed, 1 insertions, 7 deletions
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 <http://www.gnu.org/licenses/>. #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 } |