diff options
Diffstat (limited to 'layouts/community/ortho_4x12/xyverz/config.h')
-rw-r--r-- | layouts/community/ortho_4x12/xyverz/config.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/layouts/community/ortho_4x12/xyverz/config.h b/layouts/community/ortho_4x12/xyverz/config.h index ec32e71ce4..d2c3297677 100644 --- a/layouts/community/ortho_4x12/xyverz/config.h +++ b/layouts/community/ortho_4x12/xyverz/config.h @@ -8,15 +8,15 @@ #define EE_HANDS #undef RGBLED_NUM -#ifdef KEYBOARD_planck_rev5 +#if defined(KEYBOARD_planck_rev5) #define RGBLED_NUM 10 #define RGB_DI_PIN D1 -#endif -#ifdef KEYBOARD_levinson_rev2 +#elif defined(KEYBOARD_levinson_rev2) #define RGBLED_NUM 12 -#endif -#ifdef KEYBOARD_lets_split_rev2 +#elif defined(KEYBOARD_lets_split_rev2) #define RGBLED_NUM 8 +#else + #define RGBLED_NUM 1 #endif #ifdef KEYBOARD_jj40 #define RGBLED_NUM 5 |