aboutsummaryrefslogtreecommitdiff
path: root/keyboards/mehkee96/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mehkee96/rules.mk')
-rw-r--r--keyboards/mehkee96/rules.mk21
1 files changed, 8 insertions, 13 deletions
diff --git a/keyboards/mehkee96/rules.mk b/keyboards/mehkee96/rules.mk
index f7fb397e2..244dd2141 100644
--- a/keyboards/mehkee96/rules.mk
+++ b/keyboards/mehkee96/rules.mk
@@ -1,18 +1,16 @@
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
13BOOTLOADER = bootloadHID 12BOOTLOADER = bootloadHID
14 13
15
16# Build Options 14# Build Options
17# comment out to disable the options. 15# comment out to disable the options.
18# 16#
@@ -30,6 +28,3 @@ OPT_DEFS = -DDEBUG_LEVEL=0
30# custom matrix setup 28# custom matrix setup
31CUSTOM_MATRIX = yes 29CUSTOM_MATRIX = yes
32SRC = matrix.c i2c.c 30SRC = matrix.c i2c.c
33
34# programming options
35PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex