summaryrefslogtreecommitdiff
path: root/keyboards/ares
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-09-21 15:06:32 +1000
committerDrashna Jaelre <drashna@live.com>2019-09-20 22:06:32 -0700
commitde4a47f1cc28c4ef66e7560eac2a50f717070ae2 (patch)
tree541f612a0b7175f7f7b13311e1e28149a6142d4f /keyboards/ares
parentbeb4a12c9d06d30cc0f544ca52e618898fbb5302 (diff)
Cleanup rules.mk for 32A and 328P keyboards (#6767)
Diffstat (limited to 'keyboards/ares')
-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 cd8edc6112..3ac90cf973 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