aboutsummaryrefslogtreecommitdiff
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)
downloadqmk_firmware-61246deec549050ae614fac007002da8e088780d.tar.gz
qmk_firmware-61246deec549050ae614fac007002da8e088780d.zip
[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 337859d05..9f196a716 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/>.
25#define RGB_DI_PIN D3 25#define RGB_DI_PIN D3
26 26
27#ifdef RGBLIGHT_ENABLE 27#ifdef RGBLIGHT_ENABLE
28# define RGBLED_NUM 12 // Number of LEDs 28# define RGBLED_NUM 54 // Number of LEDs
29# define RGBLED_SPLIT \ 29# define RGBLED_SPLIT \
30 { 6, 6 } 30 { 27, 27 }
31# define RGBLIGHT_SPLIT 31# define RGBLIGHT_SPLIT
32#endif 32#endif
33 33