aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ares/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ares/rules.mk')
-rw-r--r--keyboards/ares/rules.mk23
1 files changed, 8 insertions, 15 deletions
diff --git a/keyboards/ares/rules.mk b/keyboards/ares/rules.mk
index cd8edc611..3ac90cf97 100644
--- a/keyboards/ares/rules.mk
+++ b/keyboards/ares/rules.mk
@@ -15,18 +15,15 @@
15 15
16# MCU name 16# MCU name
17MCU = atmega32a 17MCU = atmega32a
18PROTOCOL = VUSB
19 18
20# unsupported features for now 19# Bootloader selection
21NO_SUSPEND_POWER_DOWN = yes 20# Teensy halfkay
22 21# Pro Micro caterina
23# processor frequency 22# Atmel DFU atmel-dfu
24F_CPU = 12000000 23# LUFA DFU lufa-dfu
25 24# QMK DFU qmk-dfu
26# Bootloader 25# ATmega32A bootloadHID
27# This definition is optional, and if your keyboard supports multiple bootloaders of 26# ATmega328P USBasp
28# different sizes, comment this out, and the correct address will be loaded
29# automatically (+60). See bootloader.mk for all options.
30BOOTLOADER = bootloadHID 27BOOTLOADER = bootloadHID
31 28
32# build options 29# build options
@@ -38,11 +35,7 @@ COMMAND_ENABLE = yes
38BACKLIGHT_ENABLE = no 35BACKLIGHT_ENABLE = no
39RGBLIGHT_ENABLE = no 36RGBLIGHT_ENABLE = no
40RGBLIGHT_CUSTOM_DRIVER = yes 37RGBLIGHT_CUSTOM_DRIVER = yes
41NO_UART = yes
42 38
43OPT_DEFS = -DDEBUG_LEVEL=0 39OPT_DEFS = -DDEBUG_LEVEL=0
44 40
45SRC += i2c_master.c 41SRC += i2c_master.c
46
47# programming options
48PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex