summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorJoe Wasson2018-03-11 17:58:23 -0700
committerJack Humbert2018-03-12 14:22:56 -0400
commit2dacf25f284551fa423bfdb309b4ad99e4253095 (patch)
treec7d9d89b46754d2b64f59531c63fa77aa97b6ea2 /layouts
parentbfa34d02b0d6f02c515774a8c566937fd1de9911 (diff)
Add layout support for contra.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/ortho_4x12/bakingpy/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/ortho_4x12/bakingpy/rules.mk b/layouts/community/ortho_4x12/bakingpy/rules.mk
index 45ad26239..02899eafe 100644
--- a/layouts/community/ortho_4x12/bakingpy/rules.mk
+++ b/layouts/community/ortho_4x12/bakingpy/rules.mk
@@ -1,4 +1,4 @@
# Enable RGB if not a Planck
-ifeq (,$(findstring planck,$(KEYBOARD)))
+ifeq ($(LAYOUTS_HAS_RGB),yes)
RGBLIGHT_ENABLE = yes
endif