aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ortho_4x12/bakingpy/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ortho_4x12/bakingpy/rules.mk')
-rw-r--r--layouts/community/ortho_4x12/bakingpy/rules.mk7
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 1ifneq ($(LAYOUTS_HAS_RGB), no)
2ifeq ($(LAYOUTS_HAS_RGB),yes)
3 RGBLIGHT_ENABLE = yes 2 RGBLIGHT_ENABLE = yes
4endif 3endif
5AUDIO_ENABLE = no 4AUDIO_ENABLE = no
6ifeq ($(strip $(KEYBOARD)), zlant) 5ifeq ($(strip $(KEYBOARD)), zlant)
7 BACKLIGHT_ENABLE = no 6 BACKLIGHT_ENABLE = no
8else ifeq ($(strip $(KEYBOARD)), 40percentclub/4x4) 7else ifeq ($(strip $(KEYBOARD)), 40percentclub/4x4)
9 BACKLIGHT_ENABLE = no 8 BACKLIGHT_ENABLE = no
9else ifneq (, $(findstring lets_split, $(KEYBOARD)))
10 BACKLIGHT_ENABLE = no
10else 11else
11 BACKLIGHT_ENABLE = yes 12 BACKLIGHT_ENABLE = yes
12endif 13endif