diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/community/ortho_4x12/bakingpy/config.h | 1 | ||||
| -rw-r--r-- | layouts/community/ortho_4x12/bakingpy/rules.mk | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/layouts/community/ortho_4x12/bakingpy/config.h b/layouts/community/ortho_4x12/bakingpy/config.h index b6b2ac577..a153adffb 100644 --- a/layouts/community/ortho_4x12/bakingpy/config.h +++ b/layouts/community/ortho_4x12/bakingpy/config.h | |||
| @@ -10,6 +10,7 @@ | |||
| 10 | #undef RGBLED_NUM | 10 | #undef RGBLED_NUM |
| 11 | #define RGBLIGHT_ANIMATIONS | 11 | #define RGBLIGHT_ANIMATIONS |
| 12 | #define RGBLED_NUM 12 | 12 | #define RGBLED_NUM 12 |
| 13 | #define RGBLED_SPLIT { 6, 6 } | ||
| 13 | #define RGBLIGHT_HUE_STEP 8 | 14 | #define RGBLIGHT_HUE_STEP 8 |
| 14 | #define RGBLIGHT_SAT_STEP 8 | 15 | #define RGBLIGHT_SAT_STEP 8 |
| 15 | #define RGBLIGHT_VAL_STEP 8 | 16 | #define RGBLIGHT_VAL_STEP 8 |
diff --git a/layouts/community/ortho_4x12/bakingpy/rules.mk b/layouts/community/ortho_4x12/bakingpy/rules.mk index 9be2f01d4..17a589cd1 100644 --- a/layouts/community/ortho_4x12/bakingpy/rules.mk +++ b/layouts/community/ortho_4x12/bakingpy/rules.mk | |||
| @@ -1,12 +1,13 @@ | |||
| 1 | # Enable RGB if not a Planck | 1 | ifneq ($(LAYOUTS_HAS_RGB), no) |
| 2 | ifeq ($(LAYOUTS_HAS_RGB),yes) | ||
| 3 | RGBLIGHT_ENABLE = yes | 2 | RGBLIGHT_ENABLE = yes |
| 4 | endif | 3 | endif |
| 5 | AUDIO_ENABLE = no | 4 | AUDIO_ENABLE = no |
| 6 | ifeq ($(strip $(KEYBOARD)), zlant) | 5 | ifeq ($(strip $(KEYBOARD)), zlant) |
| 7 | BACKLIGHT_ENABLE = no | 6 | BACKLIGHT_ENABLE = no |
| 8 | else ifeq ($(strip $(KEYBOARD)), 40percentclub/4x4) | 7 | else ifeq ($(strip $(KEYBOARD)), 40percentclub/4x4) |
| 9 | BACKLIGHT_ENABLE = no | 8 | BACKLIGHT_ENABLE = no |
| 9 | else ifneq (, $(findstring lets_split, $(KEYBOARD))) | ||
| 10 | BACKLIGHT_ENABLE = no | ||
| 10 | else | 11 | else |
| 11 | BACKLIGHT_ENABLE = yes | 12 | BACKLIGHT_ENABLE = yes |
| 12 | endif | 13 | endif |
