From 0ff8c4f6fd8cce95d9e96060121208f85b4d02cd Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 6 Aug 2022 18:59:13 +1000 Subject: Move keyboard USB IDs and strings to data driven: Z (#17927) --- keyboards/z34/config.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'keyboards/z34/config.h') diff --git a/keyboards/z34/config.h b/keyboards/z34/config.h index 71d6528ce8..2b8d37bd0e 100644 --- a/keyboards/z34/config.h +++ b/keyboards/z34/config.h @@ -18,13 +18,6 @@ along with this program. If not, see . #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x7A74 -#define PRODUCT_ID 0x0002 -#define DEVICE_VER 0x0001 -#define MANUFACTURER zigotica -#define PRODUCT z34 - /* key matrix size */ #define MATRIX_ROWS 8 #define MATRIX_COLS 5 -- cgit v1.2.3