summaryrefslogtreecommitdiff
path: root/converter/adb_usb/Makefile
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-06-18 12:23:17 +0900
committertmk <nobody@nowhere>2012-06-18 12:23:17 +0900
commit76033dcd892a115240c5a990e5643cd53acbca87 (patch)
treeec2bf5e87331d3b8a54c486a5b064455ac739e75 /converter/adb_usb/Makefile
parentdd10d11a449b1c050d6e42c61e2ecb910b5b678e (diff)
Add a keymap layer into ADB converter.
Diffstat (limited to 'converter/adb_usb/Makefile')
-rw-r--r--converter/adb_usb/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/converter/adb_usb/Makefile b/converter/adb_usb/Makefile
index 64a23d09dc..248261df0b 100644
--- a/converter/adb_usb/Makefile
+++ b/converter/adb_usb/Makefile
@@ -36,7 +36,7 @@ F_CPU = 16000000
# Build Options
# comment out to disable the options.
#
-#MOUSEKEY_ENABLE = yes # Mouse keys
+MOUSEKEY_ENABLE = yes # Mouse keys
#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support
EXTRAKEY_ENABLE = yes # Audio control and System control
#NKRO_ENABLE = yes # USB Nkey Rollover
@@ -52,3 +52,6 @@ include $(TOP_DIR)/protocol/pjrc.mk
include $(TOP_DIR)/protocol.mk
include $(TOP_DIR)/common.mk
include $(TOP_DIR)/rules.mk
+
+dfu: PROGRAM_CMD = dfu-programmer atmega32u4 flash $(TARGET).hex
+dfu: program