summaryrefslogtreecommitdiff
path: root/keyboards/pancake/feather/rules.mk
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-10-26 12:32:18 +1100
committerDrashna Jaelre <drashna@live.com>2019-10-25 18:32:18 -0700
commit5d34e70cf773531536dda363fc43c60146e3d97c (patch)
treeaa8a7117dc5d46c4a43fb99fcc2c4f2ff93382ec /keyboards/pancake/feather/rules.mk
parent006ec86786da874938f54e9b1d0f4a5f049de546 (diff)
Cleanup rules.mk for 32U4 keyboards, N-Q (#7147)
Diffstat (limited to 'keyboards/pancake/feather/rules.mk')
-rw-r--r--keyboards/pancake/feather/rules.mk12
1 files changed, 9 insertions, 3 deletions
diff --git a/keyboards/pancake/feather/rules.mk b/keyboards/pancake/feather/rules.mk
index 085c87f8d5..ed10c5faa7 100644
--- a/keyboards/pancake/feather/rules.mk
+++ b/keyboards/pancake/feather/rules.mk
@@ -1,16 +1,22 @@
# MCU name
MCU = atmega32u4
-# Processor frequency.
+# Processor frequency
F_CPU = 8000000
-# 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
# Build Options
# comment out to disable the options.
#
-
BLUETOOTH = AdafruitBLE
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000)
MOUSEKEY_ENABLE = no # Mouse keys(+4700)