From 71a8fd8b1286926bd21edce3d2ec7423d8ca4eef Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Fri, 23 Oct 2015 20:12:04 -0400 Subject: bluetooth working with usb --- protocol/lufa.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'protocol/lufa.mk') diff --git a/protocol/lufa.mk b/protocol/lufa.mk index 5dbb74ffc2..958c37516f 100644 --- a/protocol/lufa.mk +++ b/protocol/lufa.mk @@ -29,6 +29,11 @@ ifdef MIDI_ENABLE $(LUFA_SRC_USBCLASS) endif +ifdef BLUETOOTH_ENABLE + LUFA_SRC += $(LUFA_DIR)/bluetooth.c \ + $(LUFA_DIR)/../serial_uart.c +endif + SRC += $(LUFA_SRC) # Search Path -- cgit v1.2.3