diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-06 18:45:43 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-06 18:45:43 +1000 |
commit | 0e3cc6af12ad0337574280f783ee118a79c6ea55 (patch) | |
tree | a69abcbc09837237c910631e5059551a05f4e300 /keyboards/xmmx/config.h | |
parent | 64acbcb42a5c38ceedb9e7ba14607e6e6427a92a (diff) | |
download | qmk_firmware-0e3cc6af12ad0337574280f783ee118a79c6ea55.tar.gz qmk_firmware-0e3cc6af12ad0337574280f783ee118a79c6ea55.zip |
Move keyboard USB IDs and strings to data driven: X (#17925)
Diffstat (limited to 'keyboards/xmmx/config.h')
-rw-r--r-- | keyboards/xmmx/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/xmmx/config.h b/keyboards/xmmx/config.h index 773f612089..37b977a0fe 100644 --- a/keyboards/xmmx/config.h +++ b/keyboards/xmmx/config.h @@ -2,13 +2,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x6776 -#define DEVICE_VER 0x0001 -#define MANUFACTURER farmakon -#define PRODUCT "XMMX" - /* key matrix size */ #define MATRIX_ROWS 6 #define MATRIX_COLS 17 |