diff options
Diffstat (limited to 'keyboard/phantom')
| -rw-r--r-- | keyboard/phantom/Makefile.lufa | 2 | ||||
| -rw-r--r-- | keyboard/phantom/Makefile.pjrc | 2 | ||||
| -rw-r--r-- | 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 37d243394..641d8c52a 100644 --- a/keyboard/phantom/Makefile.lufa +++ b/keyboard/phantom/Makefile.lufa | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | #---------------------------------------------------------------------------- | 39 | #---------------------------------------------------------------------------- |
| 40 | 40 | ||
| 41 | # Target file name (without extension). | 41 | # Target file name (without extension). |
| 42 | TARGET = hid_phantom_lufa | 42 | TARGET = phantom_lufa |
| 43 | 43 | ||
| 44 | # Directory common source filess exist | 44 | # Directory common source filess exist |
| 45 | TOP_DIR = ../.. | 45 | TOP_DIR = ../.. |
diff --git a/keyboard/phantom/Makefile.pjrc b/keyboard/phantom/Makefile.pjrc index 12696f344..67bf6df28 100644 --- a/keyboard/phantom/Makefile.pjrc +++ b/keyboard/phantom/Makefile.pjrc | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | #---------------------------------------------------------------------------- | 39 | #---------------------------------------------------------------------------- |
| 40 | 40 | ||
| 41 | # Target file name (without extension). | 41 | # Target file name (without extension). |
| 42 | TARGET = hid_phantom_pjrc | 42 | TARGET = phantom_pjrc |
| 43 | 43 | ||
| 44 | # Directory common source filess exist | 44 | # Directory common source filess exist |
| 45 | TOP_DIR = ../.. | 45 | TOP_DIR = ../.. |
diff --git a/keyboard/phantom/config.h b/keyboard/phantom/config.h index 8aa02ea60..9e8a823d7 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/>. | |||
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | 22 | /* USB Device descriptor parameter */ |
| 23 | #define VENDOR_ID 0xFEED | 23 | #define VENDOR_ID 0xFEED |
| 24 | #define PRODUCT_ID 0xB919 | 24 | #define PRODUCT_ID 0x6057 |
| 25 | #define DEVICE_VER 0x0001 | 25 | #define DEVICE_VER 0x0001 |
| 26 | #define MANUFACTURER t.m.k. | 26 | #define MANUFACTURER t.m.k. |
| 27 | #define PRODUCT Phantom | 27 | #define PRODUCT Phantom |
