Browse Source

Fix target name and product id of pahntom.

tags/v1.9
tmk 11 years ago
parent
commit
3f47bcbcae
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      keyboard/phantom/Makefile.lufa
  2. 1
    1
      keyboard/phantom/Makefile.pjrc
  3. 1
    1
      keyboard/phantom/config.h

+ 1
- 1
keyboard/phantom/Makefile.lufa View File

#---------------------------------------------------------------------------- #----------------------------------------------------------------------------


# Target file name (without extension). # Target file name (without extension).
TARGET = hid_phantom_lufa
TARGET = phantom_lufa


# Directory common source filess exist # Directory common source filess exist
TOP_DIR = ../.. TOP_DIR = ../..

+ 1
- 1
keyboard/phantom/Makefile.pjrc View File

#---------------------------------------------------------------------------- #----------------------------------------------------------------------------


# Target file name (without extension). # Target file name (without extension).
TARGET = hid_phantom_pjrc
TARGET = phantom_pjrc


# Directory common source filess exist # Directory common source filess exist
TOP_DIR = ../.. TOP_DIR = ../..

+ 1
- 1
keyboard/phantom/config.h View File



/* USB Device descriptor parameter */ /* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED #define VENDOR_ID 0xFEED
#define PRODUCT_ID 0xB919
#define PRODUCT_ID 0x6057
#define DEVICE_VER 0x0001 #define DEVICE_VER 0x0001
#define MANUFACTURER t.m.k. #define MANUFACTURER t.m.k.
#define PRODUCT Phantom #define PRODUCT Phantom

Loading…
Cancel
Save