diff options
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 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 | ||
