aboutsummaryrefslogtreecommitdiff
path: root/keyboards/keebio/iris/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/iris/rules.mk')
-rw-r--r--keyboards/keebio/iris/rules.mk19
1 files changed, 9 insertions, 10 deletions
diff --git a/keyboards/keebio/iris/rules.mk b/keyboards/keebio/iris/rules.mk
index 83b13b160..ed730b02b 100644
--- a/keyboards/keebio/iris/rules.mk
+++ b/keyboards/keebio/iris/rules.mk
@@ -1,12 +1,14 @@
1# MCU name
1MCU = atmega32u4 2MCU = atmega32u4
2F_CPU = 16000000
3ARCH = AVR8
4F_USB = $(F_CPU)
5 3
6# Bootloader 4# Bootloader selection
7# This definition is optional, and if your keyboard supports multiple bootloaders of 5# Teensy halfkay
8# different sizes, comment this out, and the correct address will be loaded 6# Pro Micro caterina
9# automatically (+60). See bootloader.mk for all options. 7# Atmel DFU atmel-dfu
8# LUFA DFU lufa-dfu
9# QMK DFU qmk-dfu
10# ATmega32A bootloadHID
11# ATmega328P USBasp
10ifneq (, $(findstring rev3, $(KEYBOARD))) 12ifneq (, $(findstring rev3, $(KEYBOARD)))
11 BOOTLOADER = qmk-dfu 13 BOOTLOADER = qmk-dfu
12else ifneq (, $(findstring rev4, $(KEYBOARD))) 14else ifneq (, $(findstring rev4, $(KEYBOARD)))
@@ -15,9 +17,6 @@ else
15 BOOTLOADER = caterina 17 BOOTLOADER = caterina
16endif 18endif
17 19
18# Interrupt driven control endpoint task(+60)
19OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
20
21# Build Options 20# Build Options
22# change to "no" to disable the options, or define them in the Makefile in 21# change to "no" to disable the options, or define them in the Makefile in
23# the appropriate keymap folder that will get included automatically 22# the appropriate keymap folder that will get included automatically