Move keyboard USB IDs and strings to data driven: P (#17875)
This commit is contained in:
@@ -2,13 +2,6 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xD00D
|
||||
#define PRODUCT_ID 0x0021
|
||||
#define DEVICE_VER 0x0002
|
||||
#define MANUFACTURER Pimentoso
|
||||
#define PRODUCT Paddino02 rev2
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 3
|
||||
#define MATRIX_COLS 4
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Paddino02 rev2 (left)",
|
||||
"manufacturer": "Pimentoso",
|
||||
"url": "",
|
||||
"maintainer": "Pimentoso",
|
||||
"usb": {
|
||||
"vid": "0xD00D",
|
||||
"pid": "0x0021",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user