diff options
Diffstat (limited to 'tmk_core/protocol/bluefruit.mk')
-rw-r--r-- | tmk_core/protocol/bluefruit.mk | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/tmk_core/protocol/bluefruit.mk b/tmk_core/protocol/bluefruit.mk index e1c5fff77..13a0693c5 100644 --- a/tmk_core/protocol/bluefruit.mk +++ b/tmk_core/protocol/bluefruit.mk | |||
@@ -1,27 +1,11 @@ | |||
1 | BLUEFRUIT_DIR = protocol/bluefruit | 1 | BLUEFRUIT_DIR = protocol/bluefruit |
2 | PJRC_DIR = protocol/pjrc | ||
3 | 2 | ||
4 | SRC += $(BLUEFRUIT_DIR)/main.c \ | 3 | SRC += $(BLUEFRUIT_DIR)/main.c \ |
5 | $(BLUEFRUIT_DIR)/bluefruit.c \ | 4 | $(BLUEFRUIT_DIR)/bluefruit.c \ |
6 | serial_uart.c \ | 5 | serial_uart.c |
7 | $(PJRC_DIR)/pjrc.c \ | ||
8 | $(PJRC_DIR)/usb_keyboard.c \ | ||
9 | $(PJRC_DIR)/usb_debug.c \ | ||
10 | $(PJRC_DIR)/usb.c | ||
11 | |||
12 | # Option modules | ||
13 | ifdef $(or MOUSEKEY_ENABLE, PS2_MOUSE_ENABLE) | ||
14 | SRC += $(PJRC_DIR)/usb_mouse.c | ||
15 | endif | ||
16 | |||
17 | ifdef EXTRAKEY_ENABLE | ||
18 | SRC += $(PJRC_DIR)/usb_extra.c | ||
19 | endif | ||
20 | 6 | ||
21 | # Search Path | 7 | # Search Path |
22 | VPATH += $(TMK_DIR)/$(BLUEFRUIT_DIR) | 8 | VPATH += $(TMK_DIR)/$(BLUEFRUIT_DIR) |
23 | #VPATH += $(TMK_DIR)/$(BLUEFRUIT_DIR)/usb_debug_only | 9 | #VPATH += $(TMK_DIR)/$(BLUEFRUIT_DIR)/usb_debug_only |
24 | VPATH += $(TMK_DIR)/$(PJRC_DIR) | ||
25 | 10 | ||
26 | OPT_DEFS += -DPROTOCOL_BLUEFRUIT | 11 | OPT_DEFS += -DPROTOCOL_BLUEFRUIT |
27 | OPT_DEFS += -DPROTOCOL_PJRC | ||