diff options
Diffstat (limited to 'keyboards/wilba_tech/wt65_a/rules.mk')
| -rw-r--r-- | keyboards/wilba_tech/wt65_a/rules.mk | 15 |
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 | ||
| 2 | SRC = 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 |
| 9 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 10 | 3 | ||
| @@ -18,7 +11,6 @@ MCU = atmega32u4 | |||
| 18 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
| 19 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = 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 | |||
| 37 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 38 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
| 39 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 32 | |||
| 33 | # project specific files | ||
| 34 | SRC = 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 | ||
