summaryrefslogtreecommitdiff
path: root/keyboards/v60_type_r/config.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-08-04 08:52:24 +1000
committerGitHub <noreply@github.com>2022-08-03 23:52:24 +0100
commit1fd8d5c322a8686baab627f7e56f6de5d44a0810 (patch)
tree8a882f96612e41f8fff727bf7a13dd10134715e1 /keyboards/v60_type_r/config.h
parenta8744b163074457253da2c63affd3b4cceefe04a (diff)
Move keyboard USB IDs and strings to data driven: V (#17901)
Diffstat (limited to 'keyboards/v60_type_r/config.h')
-rw-r--r--keyboards/v60_type_r/config.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/v60_type_r/config.h b/keyboards/v60_type_r/config.h
index 1d0b38988a..a076789f2c 100644
--- a/keyboards/v60_type_r/config.h
+++ b/keyboards/v60_type_r/config.h
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0x7432
-#define PRODUCT_ID 0x0658
-#define DEVICE_VER 0x0001
-#define MANUFACTURER KB Paradise
-#define PRODUCT V60 Type R
-
/* key matrix size */
#define MATRIX_ROWS 8
#define MATRIX_COLS 8