瀏覽代碼

Fix target name and product id of pahntom.

tags/v1.9
tmk 11 年之前
父節點
當前提交
3f47bcbcae
共有 3 個檔案被更改,包括 3 行新增3 行删除
  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 查看文件

@@ -39,7 +39,7 @@
#----------------------------------------------------------------------------

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

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

+ 1
- 1
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 = ../..

+ 1
- 1
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

Loading…
取消
儲存