summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-05-07 17:38:09 +0200
committerDrashna Jaelre <drashna@live.com>2018-05-07 17:38:09 +0200
commit280c10cb094bddc229bfd181c3e9321c2ac1d5fc (patch)
treeb584eb0aaa2af8722842bd114820e2d293f7ec95 /keyboards
parent24efce0ecadc89d98358c02df9c90c96eb82ecae (diff)
downloadqmk_firmware-280c10cb094bddc229bfd181c3e9321c2ac1d5fc.tar.gz
qmk_firmware-280c10cb094bddc229bfd181c3e9321c2ac1d5fc.tar.xz
Thanks to talljoe, 1up60 actually only has 16, not 20 RGB LEDs (#2906)
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/1up60rgb/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/1up60rgb/config.h b/keyboards/1up60rgb/config.h
index 2668ab21b..bfdf354af 100644
--- a/keyboards/1up60rgb/config.h
+++ b/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