summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/ortho_4x12/bakingpy/rules.mk6
-rw-r--r--layouts/community/ortho_4x12/wanleg/rules.mk4
2 files changed, 9 insertions, 1 deletions
diff --git a/layouts/community/ortho_4x12/bakingpy/rules.mk b/layouts/community/ortho_4x12/bakingpy/rules.mk
index 0d568c401..490ebbf77 100644
--- a/layouts/community/ortho_4x12/bakingpy/rules.mk
+++ b/layouts/community/ortho_4x12/bakingpy/rules.mk
@@ -3,4 +3,8 @@ ifeq ($(LAYOUTS_HAS_RGB),yes)
RGBLIGHT_ENABLE = yes
endif
AUDIO_ENABLE = no
-BACKLIGHT_ENABLE = yes
+ifeq ($(strip $(KEYBOARD)), zlant)
+ BACKLIGHT_ENABLE = no
+else
+ BACKLIGHT_ENABLE = yes
+endif
diff --git a/layouts/community/ortho_4x12/wanleg/rules.mk b/layouts/community/ortho_4x12/wanleg/rules.mk
index 69f377a01..fa433a6b0 100644
--- a/layouts/community/ortho_4x12/wanleg/rules.mk
+++ b/layouts/community/ortho_4x12/wanleg/rules.mk
@@ -7,4 +7,8 @@ endif
ifeq ($(strip $(KEYBOARD)), 4x4)
SWAP_HANDS_ENABLE = no
+endif
+
+ifeq ($(strip $(KEYBOARD)), zlant)
+ SWAP_HANDS_ENABLE = no
endif \ No newline at end of file