]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/2_milk/rules.mk
Cleanup rules.mk for 32U4 keyboards, 0-9 (#6789)
[qmk_firmware.git] / keyboards / 2_milk / rules.mk
index 73f55f95385c77176e87599762cd6c2569703702..57c6d32c81afa5ffd98fe0a3e0512bac74bb67a9 100644 (file)
@@ -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.
 #