Added Bulegiga iWRAP support into HHKB.(Bluetooth)

This commit is contained in:
tmk
2011-09-17 22:39:50 +09:00
parent b703de7b29
commit e67c988824
90 changed files with 3154 additions and 541 deletions
+21
View File
@@ -0,0 +1,21 @@
OPT_DEFS += -DHOST_PJRC
SRC += pjrc.c \
usb_keyboard.c \
usb_debug.c \
usb.c \
jump_bootloader.c
# Search Path
VPATH += $(COMMON_DIR):$(COMMON_DIR)/pjrc
# Option modules
ifdef $(or MOUSEKEY_ENABLE, PS2_MOUSE_ENABLE)
SRC += usb_mouse.c
endif
ifdef EXTRAKEY_ENABLE
SRC += usb_extra.c
endif