summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/rev1
diff options
context:
space:
mode:
authorAlbert Y <76888457+filterpaper@users.noreply.github.com>2022-01-22 13:57:03 +0800
committerGitHub <noreply@github.com>2022-01-21 21:57:03 -0800
commit61246deec549050ae614fac007002da8e088780d (patch)
tree9cf8c4c1abfb150e47c2c46f606e99539e9f1050 /keyboards/crkbd/rev1
parentef091d39d2ae5d6b5d90d82c87dc8135fe12f7eb (diff)
[Keyboard] Code consistency updates for CRKBD (#15779)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/crkbd/rev1')
-rw-r--r--keyboards/crkbd/rev1/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/crkbd/rev1/config.h b/keyboards/crkbd/rev1/config.h
index 337859d05c..9f196a7166 100644
--- a/keyboards/crkbd/rev1/config.h
+++ b/keyboards/crkbd/rev1/config.h
@@ -25,9 +25,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGB_DI_PIN D3
#ifdef RGBLIGHT_ENABLE
-# define RGBLED_NUM 12 // Number of LEDs
+# define RGBLED_NUM 54 // Number of LEDs
# define RGBLED_SPLIT \
- { 6, 6 }
+ { 27, 27 }
# define RGBLIGHT_SPLIT
#endif