From af85b6bba6744573f1edecd26fb504c31094414f Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 25 May 2011 10:37:58 +0900 Subject: added HHKB/README and clean some codes. --- ps2_usb/Makefile | 9 +++++++-- ps2_usb/Makefile.vusb | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) mode change 100755 => 100644 ps2_usb/Makefile (limited to 'ps2_usb') diff --git a/ps2_usb/Makefile b/ps2_usb/Makefile old mode 100755 new mode 100644 index 605962915..a548b56d4 --- a/ps2_usb/Makefile +++ b/ps2_usb/Makefile @@ -1,5 +1,10 @@ +# +# Makefile for PJRC Teensy +# + + # Target file name (without extension). -TARGET = ps2_usb +TARGET = ps2_usb_pjrc # Directory common source filess exist COMMON_DIR = .. @@ -37,7 +42,7 @@ F_CPU = 16000000 # 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 diff --git a/ps2_usb/Makefile.vusb b/ps2_usb/Makefile.vusb index 6e49fc44d..ff86d7998 100644 --- a/ps2_usb/Makefile.vusb +++ b/ps2_usb/Makefile.vusb @@ -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 = .. @@ -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 -- cgit v1.2.3