summaryrefslogtreecommitdiffstats
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.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/community/ortho_4x12/bakingpy/rules.mk b/layouts/community/ortho_4x12/bakingpy/rules.mk
new file mode 100644
index 000000000..45ad26239
--- /dev/null
+++ b/layouts/community/ortho_4x12/bakingpy/rules.mk
@@ -0,0 +1,4 @@
+# Enable RGB if not a Planck
+ifeq (,$(findstring planck,$(KEYBOARD)))
+ RGBLIGHT_ENABLE = yes
+endif