diff options
author | Kaleb Elwert <belak@coded.io> | 2018-04-03 20:30:22 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-04-04 01:31:45 -0400 |
commit | 738588618bd4e09c9ce81bb2f6e417ef4b80c757 (patch) | |
tree | 1b2e0cbc08c54bb05fa386b4f0953e69e6667f73 /keyboards/whitefox/config.h | |
parent | 67268db576f2d486982f622a06f401c753617356 (diff) | |
download | qmk_firmware-738588618bd4e09c9ce81bb2f6e417ef4b80c757.tar.gz qmk_firmware-738588618bd4e09c9ce81bb2f6e417ef4b80c757.zip |
Update input:club boards to use the proper vendor and device
Diffstat (limited to 'keyboards/whitefox/config.h')
-rw-r--r-- | keyboards/whitefox/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/whitefox/config.h b/keyboards/whitefox/config.h index 9397bd61f8..9989a92df5 100644 --- a/keyboards/whitefox/config.h +++ b/keyboards/whitefox/config.h @@ -21,13 +21,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define PREVENT_STUCK_MODIFIERS /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x0F0F +#define VENDOR_ID 0x1c11 +#define PRODUCT_ID 0xb04d #define DEVICE_VER 0x0001 /* in python2: list(u"whatever".encode('utf-16-le')) */ /* at most 32 characters or the ugly hack in usb_main.c borks */ #define MANUFACTURER Input Club -#define PRODUCT WhiteFox (QMK) +#define PRODUCT WhiteFox/QMK /* key matrix size */ #define MATRIX_ROWS 9 |