Browse Source

fix handwired/swiftrax/cowfish PID and VID (#9922)

Co-authored-by: Swiftrax <swiftrax@gmail.com>
pull/9853/head
Brandon Claveria 3 years ago
committed by GitHub
parent
commit
f1299f3292
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      keyboards/handwired/swiftrax/cowfish/config.h

+ 2
- 2
keyboards/handwired/swiftrax/cowfish/config.h View File

@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0x7161
#define PRODUCT_ID 0x5239
#define VENDOR_ID 0x04D8
#define PRODUCT_ID 0xEB53
#define DEVICE_VER 0x0001
#define MANUFACTURER Swiftrax
#define PRODUCT CowFish


Loading…
Cancel
Save