]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/wilba_tech/wt75_c/rules.mk
Cleanup rules.mk for 32U4 keyboards, T-Z (#7190)
[qmk_firmware.git] / keyboards / wilba_tech / wt75_c / rules.mk
index 9b5bd1e7f9ba60a7a7636cdd1425d75504b91a94..111c94ee80d9f8952d3327b5cfdb7d89c004eaac 100644 (file)
@@ -1,10 +1,3 @@
-# project specific files
-SRC =  drivers/issi/is31fl3736.c \
-               drivers/avr/i2c_master.c \
-               quantum/color.c \
-               keyboards/wilba_tech/wt_mono_backlight.c \
-               keyboards/wilba_tech/wt_main.c
-               
 # MCU name
 MCU = atmega32u4
 
@@ -18,7 +11,6 @@ MCU = atmega32u4
 #   ATmega328P   USBasp
 BOOTLOADER = atmel-dfu
 
-
 # Build Options
 #   change yes to no to disable
 #
@@ -37,3 +29,10 @@ UNICODE_ENABLE = no         # Unicode
 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
 AUDIO_ENABLE = no           # Audio output on port C6
 FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches
+
+# project specific files
+SRC =  drivers/issi/is31fl3736.c \
+               drivers/avr/i2c_master.c \
+               quantum/color.c \
+               keyboards/wilba_tech/wt_mono_backlight.c \
+               keyboards/wilba_tech/wt_main.c