Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080)
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
// Copyright 2020 QMK
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0x6060
|
||||
#define DEVICE_VER 0x0001
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "KBD75 rev1",
|
||||
"manufacturer": "KBDfans",
|
||||
"url": "",
|
||||
"maintainer": "qmk",
|
||||
"usb": {
|
||||
"vid": "0x4B42",
|
||||
"pid": "0x6060",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layout_aliases": {
|
||||
"LAYOUT_ansi_1u": "LAYOUT_75_ansi"
|
||||
},
|
||||
|
Reference in New Issue
Block a user