summaryrefslogtreecommitdiff
path: root/hhkb/Makefile
diff options
context:
space:
mode:
authortmk2011-05-25 10:37:58 +0900
committertmk2011-05-25 11:30:14 +0900
commitaf85b6bba6744573f1edecd26fb504c31094414f (patch)
tree3ba304c36fa36c83d06123b569c77b68b801e7cd /hhkb/Makefile
parent74f7e19863ced21bf5d27c1fb1207f79f2195e24 (diff)
added HHKB/README and clean some codes.
Diffstat (limited to 'hhkb/Makefile')
-rw-r--r--[-rwxr-xr-x]hhkb/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/hhkb/Makefile b/hhkb/Makefile
index 4a0af1cdc..e1cc2f210 100755..100644
--- a/hhkb/Makefile
+++ b/hhkb/Makefile
@@ -1,5 +1,10 @@
+#
+# Makefile for PJRC Teensy
+#
+
+
# Target file name (without extension).
-TARGET = hhkb
+TARGET = hhkb_pjrc
# Directory common source filess exist
COMMON_DIR = ..
@@ -13,7 +18,7 @@ TARGET_SRC = main_pjrc.c \
matrix.c \
led.c
-CONFIG_H = config.h
+CONFIG_H = config_pjrc.h
# MCU name, you MUST set this to match the board you are using
@@ -36,7 +41,7 @@ F_CPU = 16000000
# comment out to disable the options.
MOUSEKEY_ENABLE = yes # Mouse keys
#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support
-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