summaryrefslogtreecommitdiff
path: root/keyboards/2_milk/rules.mk
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-09-24 17:59:17 +1000
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>2019-09-24 00:59:17 -0700
commit237147ca236b0e942fc14e73010479a2785bf764 (patch)
tree181e888f5b9ab7ab5ebd49def3a388eda3af9859 /keyboards/2_milk/rules.mk
parent37b6a2abbd96eaf3d6d724ac09c789d54a67d962 (diff)
Cleanup rules.mk for 32U4 keyboards, 0-9 (#6789)
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 73f55f9538..57c6d32c81 100644
--- a/keyboards/2_milk/rules.mk
+++ b/keyboards/2_milk/rules.mk
@@ -1,24 +1,16 @@
# MCU name
MCU = atmega32u4
-# Processor frequency.
-F_CPU = 16000000
-
-#
-# LUFA specific
-#
-# Target architecture (see library "Board Types" documentation).
-ARCH = AVR8
-
-# Input clock frequency.
-F_USB = $(F_CPU)
-
-# Bootloader
+# Bootloader selection
+# Teensy halfkay
+# Pro Micro caterina
+# Atmel DFU atmel-dfu
+# LUFA DFU lufa-dfu
+# QMK DFU qmk-dfu
+# ATmega32A bootloadHID
+# ATmega328P USBasp
BOOTLOADER = caterina
-# Interrupt driven control endpoint task(+60)
-OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
-
# Build Options
# comment out to disable the options.
#