aboutsummaryrefslogtreecommitdiff
path: root/keyboards/keebio/quefrency/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/quefrency/rules.mk')
-rw-r--r--keyboards/keebio/quefrency/rules.mk16
1 files changed, 10 insertions, 6 deletions
diff --git a/keyboards/keebio/quefrency/rules.mk b/keyboards/keebio/quefrency/rules.mk
index c28696c08..284a0def3 100644
--- a/keyboards/keebio/quefrency/rules.mk
+++ b/keyboards/keebio/quefrency/rules.mk
@@ -1,11 +1,15 @@
1# MCU name
1MCU = atmega32u4 2MCU = atmega32u4
2F_CPU = 16000000
3ARCH = AVR8
4F_USB = $(F_CPU)
5BOOTLOADER = caterina
6 3
7# Interrupt driven control endpoint task(+60) 4# Bootloader selection
8OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT 5# Teensy halfkay
6# Pro Micro caterina
7# Atmel DFU atmel-dfu
8# LUFA DFU lufa-dfu
9# QMK DFU qmk-dfu
10# ATmega32A bootloadHID
11# ATmega328P USBasp
12BOOTLOADER = caterina
9 13
10# Build Options 14# Build Options
11# change to "no" to disable the options, or define them in the Makefile in 15# change to "no" to disable the options, or define them in the Makefile in