aboutsummaryrefslogtreecommitdiff
path: root/keyboards/wilba_tech/wt65_a/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/wilba_tech/wt65_a/rules.mk')
-rw-r--r--keyboards/wilba_tech/wt65_a/rules.mk15
1 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/wilba_tech/wt65_a/rules.mk b/keyboards/wilba_tech/wt65_a/rules.mk
index 9b5bd1e7f..111c94ee8 100644
--- a/keyboards/wilba_tech/wt65_a/rules.mk
+++ b/keyboards/wilba_tech/wt65_a/rules.mk
@@ -1,10 +1,3 @@
1# project specific files
2SRC = drivers/issi/is31fl3736.c \
3 drivers/avr/i2c_master.c \
4 quantum/color.c \
5 keyboards/wilba_tech/wt_mono_backlight.c \
6 keyboards/wilba_tech/wt_main.c
7
8# MCU name 1# MCU name
9MCU = atmega32u4 2MCU = atmega32u4
10 3
@@ -18,7 +11,6 @@ MCU = atmega32u4
18# ATmega328P USBasp 11# ATmega328P USBasp
19BOOTLOADER = atmel-dfu 12BOOTLOADER = atmel-dfu
20 13
21
22# Build Options 14# Build Options
23# change yes to no to disable 15# change yes to no to disable
24# 16#
@@ -37,3 +29,10 @@ UNICODE_ENABLE = no # Unicode
37BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
38AUDIO_ENABLE = no # Audio output on port C6 30AUDIO_ENABLE = no # Audio output on port C6
39FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32
33# project specific files
34SRC = drivers/issi/is31fl3736.c \
35 drivers/avr/i2c_master.c \
36 quantum/color.c \
37 keyboards/wilba_tech/wt_mono_backlight.c \
38 keyboards/wilba_tech/wt_main.c