summaryrefslogtreecommitdiff
path: root/keyboards/meletrix/zoom87/config.h
diff options
context:
space:
mode:
authorspbgzh <72414103+spbgzh@users.noreply.github.com>2022-11-20 11:53:38 +0300
committerGitHub <noreply@github.com>2022-11-20 00:53:38 -0800
commit62160193f09013f7f15558b4661d42a6886d3e1b (patch)
treef8fee5a255874b9a2ba05f55498b895ed7c2063a /keyboards/meletrix/zoom87/config.h
parent04897393518d97a42f571f0d19b690affd54ee55 (diff)
[Keyboard] change RGBLED_NUM to 20 for zoom87 (#18930)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/meletrix/zoom87/config.h')
-rw-r--r--keyboards/meletrix/zoom87/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/meletrix/zoom87/config.h b/keyboards/meletrix/zoom87/config.h
index 89e8cf5611..4c395e8af4 100644
--- a/keyboards/meletrix/zoom87/config.h
+++ b/keyboards/meletrix/zoom87/config.h
@@ -35,7 +35,7 @@
#define RGB_DI_PIN D2
#ifdef RGB_DI_PIN
- #define RGBLED_NUM 10
+ #define RGBLED_NUM 20
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8