summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--software/avr.defines.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/software/avr.defines.mk b/software/avr.defines.mk
index 5c09c5e..76bc234 100644
--- a/software/avr.defines.mk
+++ b/software/avr.defines.mk
@@ -78,7 +78,7 @@ ifeq ($(BOARD_TYPE),hhd70dongle)
F_CPU := 16000000
F_USB = $(F_CPU)
PROG := DFU
- LUFA_BOARD = USER
+ LUFA_BOARD = NONE
endif
ifeq ($(BOARD_TYPE),rda1846dongle)
MCU := atmega32u4
@@ -86,7 +86,7 @@ ifeq ($(BOARD_TYPE),rda1846dongle)
F_CPU := 16000000
F_USB = $(F_CPU)
PROG := DFU
- LUFA_BOARD = USER
+ LUFA_BOARD = NONE
endif
ifeq ($(BOARD_TYPE),culV3)
MCU := atmega32u4
@@ -94,7 +94,7 @@ ifeq ($(BOARD_TYPE),culV3)
F_CPU := 8000000
F_USB = $(F_CPU)
PROG := DFU
- LUFA_BOARD = USER
+ LUFA_BOARD = CULV3
endif
ifeq ($(BOARD_TYPE),arduinoUno)
MCU := atmega328p