]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - layouts/community/ortho_4x12/drashna/rules.mk
[Keymap] Update to drashna keymaps: Conform to QMK Standards Edition (#5377)
[qmk_firmware.git] / layouts / community / ortho_4x12 / drashna / rules.mk
index 5e46cf112ea27ee2ea5ffac4510591fa806e76ac..f8804326745e13aa3515c3b852eb9294a677e462 100644 (file)
@@ -5,14 +5,14 @@ CONSOLE_ENABLE    = no         # Console for debug(+400)
 COMMAND_ENABLE    = no        # Commands for debug and configuration
 TAP_DANCE_ENABLE  = no
 AUDIO_ENABLE      = yes
-ifeq (,$(findstring planck/rev6,$(KEYBOARD)))
+ifeq (,$(findstring planck/rev6,$(KEYBOARD))) # Make sure it's NOT the Planck Rev6
   RGBLIGHT_ENABLE   = yes
   INDICATOR_LIGHTS  = yes
   RGBLIGHT_TWINKLE  = yes
 endif
-ifneq (,$(findstring planck/light,$(KEYBOARD)))
+ifneq (,$(findstring planck/light,$(KEYBOARD))) # Make sure it IS the Planck Light
   RGB_MATRIX_ENABLE   = yes
-  RGBLIGHT_ENABLE     = no
+  RGBLIGHT_ENABLE     = yes
 endif
 
 ifeq ($(strip $(PROTOCOL)), VUSB)
@@ -23,4 +23,3 @@ endif
 
 
 MACROS_ENABLED    = no
-