aboutsummaryrefslogtreecommitdiff
path: root/keyboards/crkbd/rev1/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/crkbd/rev1/config.h')
-rw-r--r--keyboards/crkbd/rev1/config.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/keyboards/crkbd/rev1/config.h b/keyboards/crkbd/rev1/config.h
index 95ffb6d5b..337859d05 100644
--- a/keyboards/crkbd/rev1/config.h
+++ b/keyboards/crkbd/rev1/config.h
@@ -22,17 +22,20 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
22#define SOFT_SERIAL_PIN D2 22#define SOFT_SERIAL_PIN D2
23 23
24/* ws2812 RGB LED */ 24/* ws2812 RGB LED */
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 12 // Number of LEDs
29# define RGBLED_SPLIT \
30 { 6, 6 }
29# define RGBLIGHT_SPLIT 31# define RGBLIGHT_SPLIT
30#endif 32#endif
31 33
32#ifdef RGB_MATRIX_ENABLE 34#ifdef RGB_MATRIX_ENABLE
33# define RGBLED_NUM 54 // Number of LEDs 35# define RGBLED_NUM 54 // Number of LEDs
34# define DRIVER_LED_TOTAL RGBLED_NUM 36# define DRIVER_LED_TOTAL RGBLED_NUM
35# define RGB_MATRIX_SPLIT { 27, 27 } 37# define RGB_MATRIX_SPLIT \
38 { 27, 27 }
36# define SPLIT_TRANSPORT_MIRROR 39# define SPLIT_TRANSPORT_MIRROR
37#endif 40#endif
38 41