aboutsummaryrefslogtreecommitdiff
path: root/keyboards/2_milk/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/2_milk/rules.mk')
-rw-r--r--keyboards/2_milk/rules.mk24
1 files changed, 8 insertions, 16 deletions
diff --git a/keyboards/2_milk/rules.mk b/keyboards/2_milk/rules.mk
index 73f55f953..57c6d32c8 100644
--- a/keyboards/2_milk/rules.mk
+++ b/keyboards/2_milk/rules.mk
@@ -1,24 +1,16 @@
1# MCU name 1# MCU name
2MCU = atmega32u4 2MCU = atmega32u4
3 3
4# Processor frequency. 4# Bootloader selection
5F_CPU = 16000000 5# Teensy halfkay
6 6# Pro Micro caterina
7# 7# Atmel DFU atmel-dfu
8# LUFA specific 8# LUFA DFU lufa-dfu
9# 9# QMK DFU qmk-dfu
10# Target architecture (see library "Board Types" documentation). 10# ATmega32A bootloadHID
11ARCH = AVR8 11# ATmega328P USBasp
12
13# Input clock frequency.
14F_USB = $(F_CPU)
15
16# Bootloader
17BOOTLOADER = caterina 12BOOTLOADER = caterina
18 13
19# Interrupt driven control endpoint task(+60)
20OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
21
22# Build Options 14# Build Options
23# comment out to disable the options. 15# comment out to disable the options.
24# 16#