summaryrefslogtreecommitdiff
path: root/software/avr.defines.mk
diff options
context:
space:
mode:
Diffstat (limited to 'software/avr.defines.mk')
-rw-r--r--software/avr.defines.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/software/avr.defines.mk b/software/avr.defines.mk
index e621cad..5c09c5e 100644
--- a/software/avr.defines.mk
+++ b/software/avr.defines.mk
@@ -78,6 +78,7 @@ ifeq ($(BOARD_TYPE),hhd70dongle)
F_CPU := 16000000
F_USB = $(F_CPU)
PROG := DFU
+ LUFA_BOARD = USER
endif
ifeq ($(BOARD_TYPE),rda1846dongle)
MCU := atmega32u4
@@ -85,6 +86,7 @@ ifeq ($(BOARD_TYPE),rda1846dongle)
F_CPU := 16000000
F_USB = $(F_CPU)
PROG := DFU
+ LUFA_BOARD = USER
endif
ifeq ($(BOARD_TYPE),culV3)
MCU := atmega32u4
@@ -92,6 +94,7 @@ ifeq ($(BOARD_TYPE),culV3)
F_CPU := 8000000
F_USB = $(F_CPU)
PROG := DFU
+ LUFA_BOARD = USER
endif
ifeq ($(BOARD_TYPE),arduinoUno)
MCU := atmega328p