]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - layouts/community/ortho_4x12/wanleg/rules.mk
Wanleg tuneup / additions (#5752)
[qmk_firmware.git] / layouts / community / ortho_4x12 / wanleg / rules.mk
index e8277610b6a470433f178601fbf34a6469e0496d..0b3917e98f65d253d65ffa758013cbbd8efb2b79 100644 (file)
@@ -7,4 +7,9 @@ endif
 
 ifeq ($(strip $(KEYBOARD)), planck/rev6)
        AUDIO_ENABLE = yes
+endif
+
+#disable RGB on version 1 of jj40 keyboard (does not exist)
+ifeq ($(strip $(KEYBOARD)), jj40)
+       RGBLIGHT_ENABLE = no
 endif
\ No newline at end of file