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/sx60/config.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'keyboards/sx60/config.h') diff --git a/keyboards/sx60/config.h b/keyboards/sx60/config.h index a2da819400..b24710f78c 100755 --- a/keyboards/sx60/config.h +++ b/keyboards/sx60/config.h @@ -18,13 +18,6 @@ along with this program. If not, see . #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x5154 // "QT" -#define PRODUCT_ID 0x0010 -#define DEVICE_VER 0x0001 -#define MANUFACTURER Quantrik -#define PRODUCT SX60 - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 16 -- cgit v1.2.3