summaryrefslogtreecommitdiffstats
path: root/layouts/community/60_iso/unxmaal/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/60_iso/unxmaal/rules.mk')
-rw-r--r--layouts/community/60_iso/unxmaal/rules.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/layouts/community/60_iso/unxmaal/rules.mk b/layouts/community/60_iso/unxmaal/rules.mk
index 26fc6dc66..2ce7257d2 100644
--- a/layouts/community/60_iso/unxmaal/rules.mk
+++ b/layouts/community/60_iso/unxmaal/rules.mk
@@ -1 +1,4 @@
-RGBLIGHT_ENABLE = yes # Enable RGB Underglow
+# Only enable RGB on avr boards
+ifndef MCU_FAMILY
+ RGBLIGHT_ENABLE = yes # Enable RGB Underglow
+endif