aboutsummaryrefslogtreecommitdiff
path: root/keyboards/mt40
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mt40')
-rw-r--r--keyboards/mt40/rules.mk23
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
2MCU = atmega32a 2MCU = atmega32a
3PROTOCOL = VUSB
4 3
5# unsupported features for now 4# Bootloader selection
6NO_UART = yes 5# Teensy halfkay
7NO_SUSPEND_POWER_DOWN = yes 6# Pro Micro caterina
8 7# Atmel DFU atmel-dfu
9# processor frequency 8# LUFA DFU lufa-dfu
10F_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.
16BOOTLOADER = bootloadHID 12BOOTLOADER = bootloadHID
17 13
18# build options 14# build options
@@ -37,8 +33,5 @@ OPT_DEFS = -DDEBUG_LEVEL=0
37CUSTOM_MATRIX = yes 33CUSTOM_MATRIX = yes
38SRC = matrix.c i2c.c 34SRC = matrix.c i2c.c
39 35
40# programming options
41PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex
42
43LAYOUTS = planck_mit 36LAYOUTS = planck_mit
44LAYOUTS_HAS_RGB = no 37LAYOUTS_HAS_RGB = no