diff options
author | fauxpark <fauxpark@gmail.com> | 2019-09-21 15:06:32 +1000 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-09-20 22:06:32 -0700 |
commit | de4a47f1cc28c4ef66e7560eac2a50f717070ae2 (patch) | |
tree | 541f612a0b7175f7f7b13311e1e28149a6142d4f /keyboards/mt40 | |
parent | beb4a12c9d06d30cc0f544ca52e618898fbb5302 (diff) | |
download | qmk_firmware-de4a47f1cc28c4ef66e7560eac2a50f717070ae2.tar.gz qmk_firmware-de4a47f1cc28c4ef66e7560eac2a50f717070ae2.zip |
Cleanup rules.mk for 32A and 328P keyboards (#6767)
Diffstat (limited to 'keyboards/mt40')
-rw-r--r-- | keyboards/mt40/rules.mk | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/keyboards/mt40/rules.mk b/keyboards/mt40/rules.mk index db6ec93f5..19410bc6e 100644 --- a/keyboards/mt40/rules.mk +++ b/keyboards/mt40/rules.mk | |||
@@ -1,18 +1,14 @@ | |||
1 | # MCU name | 1 | # MCU name |
2 | MCU = atmega32a | 2 | MCU = atmega32a |
3 | PROTOCOL = VUSB | ||
4 | 3 | ||
5 | # unsupported features for now | 4 | # Bootloader selection |
6 | NO_UART = yes | 5 | # Teensy halfkay |
7 | NO_SUSPEND_POWER_DOWN = yes | 6 | # Pro Micro caterina |
8 | 7 | # Atmel DFU atmel-dfu | |
9 | # processor frequency | 8 | # LUFA DFU lufa-dfu |
10 | F_CPU = 12000000 | 9 | # QMK DFU qmk-dfu |
11 | 10 | # ATmega32A bootloadHID | |
12 | # Bootloader | 11 | # ATmega328P USBasp |
13 | # This definition is optional, and if your keyboard supports multiple bootloaders of | ||
14 | # different sizes, comment this out, and the correct address will be loaded | ||
15 | # automatically (+60). See bootloader.mk for all options. | ||
16 | BOOTLOADER = bootloadHID | 12 | BOOTLOADER = bootloadHID |
17 | 13 | ||
18 | # build options | 14 | # build options |
@@ -37,8 +33,5 @@ OPT_DEFS = -DDEBUG_LEVEL=0 | |||
37 | CUSTOM_MATRIX = yes | 33 | CUSTOM_MATRIX = yes |
38 | SRC = matrix.c i2c.c | 34 | SRC = matrix.c i2c.c |
39 | 35 | ||
40 | # programming options | ||
41 | PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex | ||
42 | |||
43 | LAYOUTS = planck_mit | 36 | LAYOUTS = planck_mit |
44 | LAYOUTS_HAS_RGB = no | 37 | LAYOUTS_HAS_RGB = no |