diff options
Diffstat (limited to 'keyboards/ares/rules.mk')
| -rw-r--r-- | keyboards/ares/rules.mk | 23 |
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 |
| 17 | MCU = atmega32a | 17 | MCU = atmega32a |
| 18 | PROTOCOL = VUSB | ||
| 19 | 18 | ||
| 20 | # unsupported features for now | 19 | # Bootloader selection |
| 21 | NO_SUSPEND_POWER_DOWN = yes | 20 | # Teensy halfkay |
| 22 | 21 | # Pro Micro caterina | |
| 23 | # processor frequency | 22 | # Atmel DFU atmel-dfu |
| 24 | F_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. | ||
| 30 | BOOTLOADER = bootloadHID | 27 | BOOTLOADER = bootloadHID |
| 31 | 28 | ||
| 32 | # build options | 29 | # build options |
| @@ -38,11 +35,7 @@ COMMAND_ENABLE = yes | |||
| 38 | BACKLIGHT_ENABLE = no | 35 | BACKLIGHT_ENABLE = no |
| 39 | RGBLIGHT_ENABLE = no | 36 | RGBLIGHT_ENABLE = no |
| 40 | RGBLIGHT_CUSTOM_DRIVER = yes | 37 | RGBLIGHT_CUSTOM_DRIVER = yes |
| 41 | NO_UART = yes | ||
| 42 | 38 | ||
| 43 | OPT_DEFS = -DDEBUG_LEVEL=0 | 39 | OPT_DEFS = -DDEBUG_LEVEL=0 |
| 44 | 40 | ||
| 45 | SRC += i2c_master.c | 41 | SRC += i2c_master.c |
| 46 | |||
| 47 | # programming options | ||
| 48 | PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex | ||
