Browse Source

Thanks to talljoe, 1up60 actually only has 16, not 20 RGB LEDs (#2906)

MechMerlin 7 years ago
parent
commit
280c10cb09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      keyboards/1up60rgb/config.h

+ 1 - 1
keyboards/1up60rgb/config.h

@@ -49,7 +49,7 @@
 #define RGB_DI_PIN E2
 #ifdef RGB_DI_PIN
 #define RGBLIGHT_ANIMATIONS
-#define RGBLED_NUM 20
+#define RGBLED_NUM 16
 #define RGBLIGHT_HUE_STEP 8
 #define RGBLIGHT_SAT_STEP 8
 #define RGBLIGHT_VAL_STEP 8