diff options
| author | Brandon Claveria <48102030+swiftrax@users.noreply.github.com> | 2020-08-12 07:08:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-13 00:08:41 +1000 |
| commit | f1299f32928210b6d7d2abe999e502244dcafd69 (patch) | |
| tree | 7b6e6f1fe85d51eae3421946df6b295a8edae666 /keyboards/handwired/swiftrax | |
| parent | ce5cdc6f8a37505333d5695ebcfa31574a7fe3cd (diff) | |
| download | qmk_firmware-f1299f32928210b6d7d2abe999e502244dcafd69.tar.gz qmk_firmware-f1299f32928210b6d7d2abe999e502244dcafd69.zip | |
fix handwired/swiftrax/cowfish PID and VID (#9922)
Co-authored-by: Swiftrax <swiftrax@gmail.com>
Diffstat (limited to 'keyboards/handwired/swiftrax')
| -rw-r--r-- | keyboards/handwired/swiftrax/cowfish/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/swiftrax/cowfish/config.h b/keyboards/handwired/swiftrax/cowfish/config.h index d8ee88553..3b4877946 100644 --- a/keyboards/handwired/swiftrax/cowfish/config.h +++ b/keyboards/handwired/swiftrax/cowfish/config.h | |||
| @@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | 22 | /* USB Device descriptor parameter */ |
| 23 | #define VENDOR_ID 0x7161 | 23 | #define VENDOR_ID 0x04D8 |
| 24 | #define PRODUCT_ID 0x5239 | 24 | #define PRODUCT_ID 0xEB53 |
| 25 | #define DEVICE_VER 0x0001 | 25 | #define DEVICE_VER 0x0001 |
| 26 | #define MANUFACTURER Swiftrax | 26 | #define MANUFACTURER Swiftrax |
| 27 | #define PRODUCT CowFish | 27 | #define PRODUCT CowFish |
