diff options
author | fauxpark <fauxpark@gmail.com> | 2019-08-09 07:09:54 +1000 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-08-08 14:09:54 -0700 |
commit | 405dea01bef215a0b79524e4ff74364f1bcfeadf (patch) | |
tree | f265fc8731143dfe70b994ea63ae9685298f62b1 /quantum/template/ps2avrgb | |
parent | 2f6c068e0dd7abc3cec1bb72df0b1e96032246f8 (diff) | |
download | qmk_firmware-405dea01bef215a0b79524e4ff74364f1bcfeadf.tar.gz qmk_firmware-405dea01bef215a0b79524e4ff74364f1bcfeadf.zip |
Add some defaults for ATmega32A to mcu_selection.mk (#6253)
* Add some defaults for ATmega32A to mcu_selection.mk
* Remove boilerplate from templates
* Relax INTERRUPT_CONTROL_ENDPOINT and PROGRAM_CMD
* Apply suggestions from code review
Co-Authored-By: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'quantum/template/ps2avrgb')
-rw-r--r-- | quantum/template/ps2avrgb/rules.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/quantum/template/ps2avrgb/rules.mk b/quantum/template/ps2avrgb/rules.mk index 98a920e182..a3ac9bd75a 100644 --- a/quantum/template/ps2avrgb/rules.mk +++ b/quantum/template/ps2avrgb/rules.mk @@ -1,13 +1,5 @@ # MCU name MCU = atmega32a -PROTOCOL = VUSB - -# unsupported features for now -NO_UART = yes -NO_SUSPEND_POWER_DOWN = yes - -# processor frequency -F_CPU = 12000000 # Bootloader # This definition is optional, and if your keyboard supports multiple bootloaders of @@ -28,6 +20,3 @@ RGBLIGHT_CUSTOM_DRIVER = yes OPT_DEFS = -DDEBUG_LEVEL=0 SRC += i2c_master.c - -# programming options -PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex |