]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/zeal65/rules.mk
fix the led_matrix.h naming conflict
[qmk_firmware.git] / keyboards / zeal65 / rules.mk
index 02617cf1c76e05d193a09ac0c4a38936057d83b9..596c1e6496d9cb51cbd2904693e584570c974c65 100644 (file)
@@ -1,8 +1,8 @@
 
 
 # project specific files
-SRC =  ../zeal60/zeal60.c \
-               ../zeal60/rgb_backlight.c \
+SRC =  keyboards/zeal60/zeal60.c \
+               keyboards/zeal60/rgb_backlight.c \
                quantum/color.c \
                drivers/issi/is31fl3731.c \
                drivers/avr/i2c_master.c
@@ -68,7 +68,7 @@ MIDI_ENABLE = no            # MIDI controls
 AUDIO_ENABLE = no           # Audio output on port C6
 UNICODE_ENABLE = no         # Unicode
 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
-RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.  Do not enable this with audio at the same time.
+RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight. 
 
 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend
@@ -76,4 +76,3 @@ SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend
 RAW_ENABLE = yes
 DYNAMIC_KEYMAP_ENABLE = yes
 CIE1931_CURVE = yes
-