X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fwhitefox%2Fconfig.h;h=9f021fb516eccfb95f12769c2eba95ebd5bf362d;hb=db35065e1431246b5297e644a867ee6f5449a6f4;hp=dc33a7ce5bc634b6a91f1b0e08e07d9a10179394;hpb=55ed97af1e2fb183d2b6c34bc8659a03cbda090c;p=qmk_firmware.git diff --git a/keyboards/whitefox/config.h b/keyboards/whitefox/config.h index dc33a7ce5..9f021fb51 100644 --- a/keyboards/whitefox/config.h +++ b/keyboards/whitefox/config.h @@ -21,15 +21,11 @@ along with this program. If not, see . #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 USBSTR_MANUFACTURER 'I', '\x00', 'n', '\x00', 'p', '\x00', 'u', '\x00', 't', '\x00', ' ', '\x00', 'C', '\x00', 'l', '\x00', 'u', '\x00', 'b', '\x00' -#define PRODUCT "WhiteFox/QMK" -#define USBSTR_PRODUCT 'W', '\x00', 'h', '\x00', 'i', '\x00', 't', '\x00', 'e', '\x00', 'F', '\x00', 'o', '\x00', 'x', '\x00', ' ', '\x00' +#define MANUFACTURER Input Club +#define PRODUCT WhiteFox/QMK /* key matrix size */ #define MATRIX_ROWS 9 @@ -81,4 +77,4 @@ along with this program. If not, see . //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION -#endif \ No newline at end of file +#endif