aboutsummaryrefslogtreecommitdiff
path: root/keyboards/pancake/feather/rules.mk
diff options
context:
space:
mode:
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 085c87f8d..ed10c5faa 100644
--- a/keyboards/pancake/feather/rules.mk
+++ b/keyboards/pancake/feather/rules.mk
@@ -1,16 +1,22 @@
1# MCU name 1# MCU name
2MCU = atmega32u4 2MCU = atmega32u4
3 3
4# Processor frequency. 4# Processor frequency
5F_CPU = 8000000 5F_CPU = 8000000
6 6
7# Bootloader 7# Bootloader selection
8# Teensy halfkay
9# Pro Micro caterina
10# Atmel DFU atmel-dfu
11# LUFA DFU lufa-dfu
12# QMK DFU qmk-dfu
13# ATmega32A bootloadHID
14# ATmega328P USBasp
8BOOTLOADER = caterina 15BOOTLOADER = caterina
9 16
10# Build Options 17# Build Options
11# comment out to disable the options. 18# comment out to disable the options.
12# 19#
13
14BLUETOOTH = AdafruitBLE 20BLUETOOTH = AdafruitBLE
15BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) 21BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000)
16MOUSEKEY_ENABLE = no # Mouse keys(+4700) 22MOUSEKEY_ENABLE = no # Mouse keys(+4700)