summaryrefslogtreecommitdiffstats
path: root/ps2_usb/Makefile
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2011-09-17 15:39:50 +0200
committertmk <nobody@nowhere>2011-09-17 16:53:18 +0200
commite67c988824f5ec0c965beb412f8ee5953dfd3c8c (patch)
tree190543f5bddfd31a326234aad91a0a995e55863a /ps2_usb/Makefile
parentb703de7b298f8463bf4654fa3730ba1958a7fa9e (diff)
downloadqmk_firmware-e67c988824f5ec0c965beb412f8ee5953dfd3c8c.tar.gz
qmk_firmware-e67c988824f5ec0c965beb412f8ee5953dfd3c8c.tar.xz
Added Bulegiga iWRAP support into HHKB.(Bluetooth)
Diffstat (limited to 'ps2_usb/Makefile')
-rw-r--r--ps2_usb/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/ps2_usb/Makefile b/ps2_usb/Makefile
index a548b56d4..7352f6b13 100644
--- a/ps2_usb/Makefile
+++ b/ps2_usb/Makefile
@@ -13,11 +13,11 @@ COMMON_DIR = ..
TARGET_DIR = .
# keyboard dependent files
-TARGET_SRC = main_pjrc.c \
- keymap.c \
- matrix.c \
- led.c \
- ps2.c
+SRC = main.c \
+ keymap.c \
+ matrix.c \
+ led.c \
+ ps2.c
CONFIG_H = config_pjrc.h
@@ -42,8 +42,8 @@ F_CPU = 16000000
# comment out to disable the options.
#
MOUSEKEY_ENABLE = yes # Mouse keys
-USB_EXTRA_ENABLE = yes # Audio control and System control
-USB_NKRO_ENABLE = yes # USB Nkey Rollover
+EXTRAKEY_ENABLE = yes # Audio control and System control
+NKRO_ENABLE = yes # USB Nkey Rollover
@@ -52,5 +52,5 @@ PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex
-include $(COMMON_DIR)/Makefile.pjrc
-include $(COMMON_DIR)/Makefile.common
+include $(COMMON_DIR)/pjrc.mk
+include $(COMMON_DIR)/common.mk