Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080)
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"keyboard_name": "Kudox Game Keyboard",
|
||||
"keyboard_name": "The Kudox Game Keyboard",
|
||||
"manufacturer": "Kumao Kobo",
|
||||
"url": "",
|
||||
"maintainer": "Kumao Kobo",
|
||||
"usb": {
|
||||
"vid": "0xABBA",
|
||||
"pid": "0x9696"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
@@ -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 0xABBA
|
||||
#define PRODUCT_ID 0x9696
|
||||
#define DEVICE_VER 0x0100
|
||||
#define MANUFACTURER Kumao Kobo
|
||||
#define PRODUCT The Kudox Game Keyboard
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 7
|
||||
|
5
keyboards/kudox_game/rev1/info.json
Normal file
5
keyboards/kudox_game/rev1/info.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"usb": {
|
||||
"device_version": "1.0.0"
|
||||
}
|
||||
}
|
@@ -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 0xABBA
|
||||
#define PRODUCT_ID 0x9696
|
||||
#define DEVICE_VER 0x0200
|
||||
#define MANUFACTURER Kumao Kobo
|
||||
#define PRODUCT The Kudox Game Keyboard
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 7
|
||||
|
5
keyboards/kudox_game/rev2/info.json
Normal file
5
keyboards/kudox_game/rev2/info.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"usb": {
|
||||
"device_version": "2.0.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user