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 /hhkb/Makefile.vusb | |
parent | 74f7e19863ced21bf5d27c1fb1207f79f2195e24 (diff) |
added HHKB/README and clean some codes.
Diffstat (limited to 'hhkb/Makefile.vusb')
-rw-r--r-- | hhkb/Makefile.vusb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/hhkb/Makefile.vusb b/hhkb/Makefile.vusb index 7826ffd025..77841b824c 100644 --- a/hhkb/Makefile.vusb +++ b/hhkb/Makefile.vusb @@ -1,3 +1,8 @@ +# +# Makefile for V-USB +# + + # Target file name (without extension). TARGET = hhkb_vusb @@ -23,10 +28,6 @@ OPT_DEFS = -DDEBUG_LEVEL=0 # MCU name, you MUST set this to match the board you are using # type "make clean" after changing this, so all files will be rebuilt -#MCU = at90usb162 # Teensy 1.0 -#MCU = atmega32u4 # Teensy 2.0 -#MCU = at90usb646 # Teensy++ 1.0 -#MCU = at90usb1286 # Teensy++ 2.0 MCU = atmega168 @@ -42,7 +43,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 |