summaryrefslogtreecommitdiff
path: root/keyboard/phantom/Makefile.lufa
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-11-23 12:48:15 +0900
committertmk <nobody@nowhere>2012-11-23 12:48:15 +0900
commit3f47bcbcae2249dff01f84b9b583ead0d9f2308d (patch)
tree5fa8d975415232a0d23e249c047f014cb21b5c4b /keyboard/phantom/Makefile.lufa
parent6caefe9649d88673719e969502d220c5e9dcd124 (diff)
Fix target name and product id of pahntom.
Diffstat (limited to 'keyboard/phantom/Makefile.lufa')
-rw-r--r--keyboard/phantom/Makefile.lufa2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/phantom/Makefile.lufa b/keyboard/phantom/Makefile.lufa
index 37d2433940..641d8c52a8 100644
--- a/keyboard/phantom/Makefile.lufa
+++ b/keyboard/phantom/Makefile.lufa
@@ -39,7 +39,7 @@
#----------------------------------------------------------------------------
# Target file name (without extension).
-TARGET = hid_phantom_lufa
+TARGET = phantom_lufa
# Directory common source filess exist
TOP_DIR = ../..