aboutsummaryrefslogtreecommitdiff
path: root/keyboards/runner3680/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/runner3680/rules.mk')
-rw-r--r--keyboards/runner3680/rules.mk27
1 files changed, 2 insertions, 25 deletions
diff --git a/keyboards/runner3680/rules.mk b/keyboards/runner3680/rules.mk
index 624dd2e50..3a0b190ae 100644
--- a/keyboards/runner3680/rules.mk
+++ b/keyboards/runner3680/rules.mk
@@ -1,39 +1,16 @@
1# MCU name 1# MCU name
2MCU = atmega32u4 2MCU = atmega32u4
3 3
4# Processor frequency.
5F_CPU = 16000000
6
7# Target architecture (see library "Board Types" documentation).
8ARCH = AVR8
9
10# Input clock frequency.
11F_USB = $(F_CPU)
12
13# Interrupt driven control endpoint task(+60)
14OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
15
16
17# Bootloader selection 4# Bootloader selection
18# Teensy halfkay 5# Teensy halfkay
19# Pro Micro caterina 6# Pro Micro caterina
20# Atmel DFU atmel-dfu 7# Atmel DFU atmel-dfu
21# LUFA DFU lufa-dfu 8# LUFA DFU lufa-dfu
22# QMK DFU qmk-dfu 9# QMK DFU qmk-dfu
23# atmega32a bootloadHID 10# ATmega32A bootloadHID
11# ATmega328P USBasp
24BOOTLOADER = caterina 12BOOTLOADER = caterina
25 13
26
27# If you don't know the bootloader type, then you can specify the
28# Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line
29# Teensy halfKay 512
30# Teensy++ halfKay 1024
31# Atmel DFU loader 4096
32# LUFA bootloader 4096
33# USBaspLoader 2048
34# OPT_DEFS += -DBOOTLOADER_SIZE=4096
35
36
37# Build Options 14# Build Options
38# change yes to no to disable 15# change yes to no to disable
39# 16#