diff options
Diffstat (limited to 'keyboards/tunks')
| -rw-r--r-- | keyboards/tunks/ergo33/config.h | 9 | ||||
| -rw-r--r-- | keyboards/tunks/ergo33/keymaps/rgb/config.h | 7 |
2 files changed, 14 insertions, 2 deletions
diff --git a/keyboards/tunks/ergo33/config.h b/keyboards/tunks/ergo33/config.h index 96cc5b93b..11a427a30 100644 --- a/keyboards/tunks/ergo33/config.h +++ b/keyboards/tunks/ergo33/config.h | |||
| @@ -43,6 +43,15 @@ | |||
| 43 | 43 | ||
| 44 | /* Underglow + top RGB configuration */ | 44 | /* Underglow + top RGB configuration */ |
| 45 | #define RGB_DI_PIN D4 | 45 | #define RGB_DI_PIN D4 |
| 46 | #define RGBLIGHT_ANIMATIONS | ||
| 47 | |||
| 48 | #if !defined(RGBLED_NUM) | ||
| 49 | /* RGB LED count | ||
| 50 | * No external LED PCB: 10 | ||
| 51 | * External LED PCB: 14 | ||
| 52 | */ | ||
| 53 | # define RGBLED_NUM 14 | ||
| 54 | #endif | ||
| 46 | 55 | ||
| 47 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 56 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
| 48 | //#define LOCKING_SUPPORT_ENABLE | 57 | //#define LOCKING_SUPPORT_ENABLE |
diff --git a/keyboards/tunks/ergo33/keymaps/rgb/config.h b/keyboards/tunks/ergo33/keymaps/rgb/config.h index dceb82945..e2c8883ed 100644 --- a/keyboards/tunks/ergo33/keymaps/rgb/config.h +++ b/keyboards/tunks/ergo33/keymaps/rgb/config.h | |||
| @@ -20,5 +20,8 @@ | |||
| 20 | * No external LED PCB: 10 | 20 | * No external LED PCB: 10 |
| 21 | * External LED PCB: 14 | 21 | * External LED PCB: 14 |
| 22 | */ | 22 | */ |
| 23 | #define RGBLED_NUM 10 | 23 | #if defined(RGBLED_NUM) |
| 24 | #define RGBLIGHT_ANIMATIONS \ No newline at end of file | 24 | # undef RGBLED_NUM |
| 25 | # define RGBLED_NUM 10 | ||
| 26 | #endif | ||
| 27 | #define RGBLIGHT_ANIMATIONS | ||
