diff options
Diffstat (limited to 'layouts/community/ortho_4x12/bakingpy/rules.mk')
| -rw-r--r-- | layouts/community/ortho_4x12/bakingpy/rules.mk | 7 |
1 files changed, 4 insertions, 3 deletions
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 |
