diff options
author | tmk <nobody@nowhere> | 2012-11-23 12:48:15 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-11-23 12:48:15 +0900 |
commit | 3f47bcbcae2249dff01f84b9b583ead0d9f2308d (patch) | |
tree | 5fa8d975415232a0d23e249c047f014cb21b5c4b /keyboard/phantom/config.h | |
parent | 6caefe9649d88673719e969502d220c5e9dcd124 (diff) |
Fix target name and product id of pahntom.
Diffstat (limited to 'keyboard/phantom/config.h')
-rw-r--r-- | keyboard/phantom/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/phantom/config.h b/keyboard/phantom/config.h index 8aa02ea604..9e8a823d7c 100644 --- a/keyboard/phantom/config.h +++ b/keyboard/phantom/config.h @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* 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 |