diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2022-01-22 13:57:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 21:57:03 -0800 |
commit | 61246deec549050ae614fac007002da8e088780d (patch) | |
tree | 9cf8c4c1abfb150e47c2c46f606e99539e9f1050 /keyboards/crkbd/rev1 | |
parent | ef091d39d2ae5d6b5d90d82c87dc8135fe12f7eb (diff) | |
download | qmk_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.h | 4 |
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 |