From a8744b163074457253da2c63affd3b4cceefe04a Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 4 Aug 2022 08:12:37 +1000 Subject: Move keyboard USB IDs and strings to data driven: S (#17889) --- keyboards/shapeshifter4060/config.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'keyboards/shapeshifter4060/config.h') diff --git a/keyboards/shapeshifter4060/config.h b/keyboards/shapeshifter4060/config.h index ee84318f3d..2873ae72c9 100644 --- a/keyboards/shapeshifter4060/config.h +++ b/keyboards/shapeshifter4060/config.h @@ -19,14 +19,6 @@ along with this program. If not, see . #include "config_common.h" -/* USB Device descriptor parameter */ - -#define VENDOR_ID 0x1209 // pid.codes Vendor ID -#define PRODUCT_ID 0xA1F1 // Shapeshifter 4060: https://pid.codes/1209/A1F1/ -#define DEVICE_VER 0x0002 -#define MANUFACTURER Vosechu -#define PRODUCT Shapeshifter 4060 - /* key matrix size */ #define MATRIX_ROWS 4 #define MATRIX_COLS 12 -- cgit v1.2.3