]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - ps2_usb/Makefile.vusb
added HHKB/README and clean some codes.
[max/tmk_keyboard.git] / ps2_usb / Makefile.vusb
index 7b69dc27b505b1af0fb6418e30c78760ad381869..ff86d7998ad642d1c56f98939aed78185103511d 100644 (file)
@@ -1,5 +1,10 @@
+#
+# Makefile for V-USB
+#
+
+
 # Target file name (without extension).
-TARGET = ps2_vusb
+TARGET = ps2_usb_vusb
 
 # Directory common source filess exist
 COMMON_DIR = ..
@@ -12,13 +17,13 @@ TARGET_SRC =        main_vusb.c \
                keymap.c \
                matrix.c \
                led.c \
-               ps2_usart.c \
-               sendchar_dummy.c
-#              sendchar_usart.c
+               ps2_usart.c
 
 CONFIG_H = config_vusb.h
 
 
+# V-USB debug level: To use ps2_usart.c level must be 0
+# ps2_usart.c requires USART to receive PS/2 signal.
 OPT_DEFS = -DDEBUG_LEVEL=0
 
 
@@ -43,7 +48,7 @@ F_CPU = 20000000
 #   comment out to disable the options.
 #
 MOUSEKEY_ENABLE = yes  # Mouse keys
-#USB_EXTRA_ENABLE = yes        # Enhanced feature for Windows(Audio control and System control)
+USB_EXTRA_ENABLE = yes # Audio control and System control
 #USB_NKRO_ENABLE = yes # USB Nkey Rollover