diff options
author | XScorpion2 <rcalt2vt@gmail.com> | 2021-03-17 01:56:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 23:56:39 -0700 |
commit | 60837c9d0f40b989e507cecc79e0a99bb1ee7914 (patch) | |
tree | 63d31f819d789fa840b83b2bdbfa1c1dca1e3dfc /keyboards/rgbkb/zygomorph/rev1/config.h | |
parent | d4ac56226d241e349e54b3d6c4eaab4f8dae6b00 (diff) |
[Keyboard] Split RGB Matrix Zygomorph support (#11083)
Diffstat (limited to 'keyboards/rgbkb/zygomorph/rev1/config.h')
-rw-r--r-- | keyboards/rgbkb/zygomorph/rev1/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. #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 |