From 60837c9d0f40b989e507cecc79e0a99bb1ee7914 Mon Sep 17 00:00:00 2001 From: XScorpion2 Date: Wed, 17 Mar 2021 01:56:39 -0500 Subject: [Keyboard] Split RGB Matrix Zygomorph support (#11083) --- keyboards/rgbkb/zygomorph/rev1/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'keyboards/rgbkb/zygomorph/rev1/config.h') diff --git a/keyboards/rgbkb/zygomorph/rev1/config.h b/keyboards/rgbkb/zygomorph/rev1/config.h index 667b68f731..190a8bbe3e 100644 --- a/keyboards/rgbkb/zygomorph/rev1/config.h +++ b/keyboards/rgbkb/zygomorph/rev1/config.h @@ -55,7 +55,9 @@ along with this program. If not, see . #define RGBLED_NUM 60 #define RGBLED_SPLIT { 30, 30 } #endif -#define DRIVER_LED_TOTAL 30 + +#define DRIVER_LED_TOTAL 60 +#define RGB_MATRIX_SPLIT { 30, 30 } #ifdef IOS_DEVICE_ENABLE #define RGBLIGHT_LIMIT_VAL 40 -- cgit v1.2.3