summaryrefslogtreecommitdiff
path: root/keyboards/q4z/config.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-08-04 00:58:29 +1000
committerGitHub <noreply@github.com>2022-08-03 15:58:29 +0100
commit5f6cf24294c789963415f615db2fa24e46f89fa6 (patch)
tree1b8441050dbf0d3f17e775c002cea1e187734915 /keyboards/q4z/config.h
parentc4e767b4c9dbd67e270c955f1a021dfd2dd12e91 (diff)
Move keyboard USB IDs and strings to data driven: Q (#17883)
Diffstat (limited to 'keyboards/q4z/config.h')
-rw-r--r--keyboards/q4z/config.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/q4z/config.h b/keyboards/q4z/config.h
index 8a591a9a89..19d618a025 100644
--- a/keyboards/q4z/config.h
+++ b/keyboards/q4z/config.h
@@ -17,13 +17,6 @@
#include "config_common.h"
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0x0001
-#define PRODUCT_ID 0x0001
-#define DEVICE_VER 0x0001
-#define MANUFACTURER drmmr
-#define PRODUCT q4z keyboard
-
/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 10