From 3f47bcbcae2249dff01f84b9b583ead0d9f2308d Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 23 Nov 2012 12:48:15 +0900 Subject: [PATCH] Fix target name and product id of pahntom. --- keyboard/phantom/Makefile.lufa | 2 +- keyboard/phantom/Makefile.pjrc | 2 +- keyboard/phantom/config.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/keyboard/phantom/Makefile.lufa b/keyboard/phantom/Makefile.lufa index 37d24339..641d8c52 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 = ../.. diff --git a/keyboard/phantom/Makefile.pjrc b/keyboard/phantom/Makefile.pjrc index 12696f34..67bf6df2 100644 --- a/keyboard/phantom/Makefile.pjrc +++ b/keyboard/phantom/Makefile.pjrc @@ -39,7 +39,7 @@ #---------------------------------------------------------------------------- # Target file name (without extension). -TARGET = hid_phantom_pjrc +TARGET = phantom_pjrc # Directory common source filess exist TOP_DIR = ../.. diff --git a/keyboard/phantom/config.h b/keyboard/phantom/config.h index 8aa02ea6..9e8a823d 100644 --- a/keyboard/phantom/config.h +++ b/keyboard/phantom/config.h @@ -21,7 +21,7 @@ along with this program. If not, see . /* USB Device descriptor parameter */ #define VENDOR_ID 0xFEED -#define PRODUCT_ID 0xB919 +#define PRODUCT_ID 0x6057 #define DEVICE_VER 0x0001 #define MANUFACTURER t.m.k. #define PRODUCT Phantom -- 2.39.3