Move keyboard USB IDs and strings to data driven: M (#17859)
This commit is contained in:
parent
1b92c204c1
commit
3da6575e24
327 changed files with 1042 additions and 1214 deletions
|
@ -18,13 +18,6 @@
|
|||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4D53
|
||||
#define PRODUCT_ID 0x0004
|
||||
#define DEVICE_VER 0x0004
|
||||
#define MANUFACTURER Mech Studio
|
||||
#define PRODUCT Dawn
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 6
|
||||
#define MATRIX_COLS 15
|
||||
|
|
|
@ -1,7 +1,13 @@
|
|||
{
|
||||
"keyboard_name": "Dawn",
|
||||
"manufacturer": "Mech Studio",
|
||||
"url": "https://mech.studio/projects/dawn/",
|
||||
"maintainer": "dejaeghered",
|
||||
"usb": {
|
||||
"vid": "0x4D53",
|
||||
"pid": "0x0004",
|
||||
"device_version": "0.0.4"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
|
|
@ -18,13 +18,6 @@
|
|||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4D53
|
||||
#define PRODUCT_ID 0x0002
|
||||
#define DEVICE_VER 0x0002
|
||||
#define MANUFACTURER Mech Studio
|
||||
#define PRODUCT UD_40 Ortholinear
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 4
|
||||
#define MATRIX_COLS 12
|
||||
|
|
|
@ -1,7 +1,13 @@
|
|||
{
|
||||
"keyboard_name": "UD_40 ortho",
|
||||
"keyboard_name": "UD_40 Ortholinear",
|
||||
"manufacturer": "Mech Studio",
|
||||
"url": "https://mech.studio/projects/ud_40/",
|
||||
"maintainer": "dejaeghered",
|
||||
"usb": {
|
||||
"vid": "0x4D53",
|
||||
"pid": "0x0002",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_ortho_4x12": {
|
||||
"layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":6, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":10, "y":0}, {"x":11, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1}, {"x":5, "y":1}, {"x":6, "y":1}, {"x":7, "y":1}, {"x":8, "y":1}, {"x":9, "y":1}, {"x":10, "y":1}, {"x":11, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":4, "y":2}, {"x":5, "y":2}, {"x":6, "y":2}, {"x":7, "y":2}, {"x":8, "y":2}, {"x":9, "y":2}, {"x":10, "y":2}, {"x":11, "y":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":3, "y":3}, {"x":4, "y":3}, {"x":5, "y":3}, {"x":6, "y":3}, {"x":7, "y":3}, {"x":8, "y":3}, {"x":9, "y":3}, {"x":10, "y":3}, {"x":11, "y":3}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue