diff options
author | tmk <nobody@nowhere> | 2011-05-25 10:37:58 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-05-25 11:30:14 +0900 |
commit | af85b6bba6744573f1edecd26fb504c31094414f (patch) | |
tree | 3ba304c36fa36c83d06123b569c77b68b801e7cd /ps2_usb/Makefile | |
parent | 74f7e19863ced21bf5d27c1fb1207f79f2195e24 (diff) |
added HHKB/README and clean some codes.
Diffstat (limited to 'ps2_usb/Makefile')
-rw-r--r--[-rwxr-xr-x] | ps2_usb/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ps2_usb/Makefile b/ps2_usb/Makefile index 605962915f..a548b56d4c 100755..100644 --- 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 |