Move keyboard USB IDs and strings to data driven: T (#17899)
This commit is contained in:
parent
5a631ed9ac
commit
17176daf26
146 changed files with 471 additions and 562 deletions
|
@ -2,13 +2,6 @@
|
|||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4B4B
|
||||
#define PRODUCT_ID 0x0003
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER TheRoyalSweatshirt
|
||||
#define PRODUCT Liminal
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 4
|
||||
#define MATRIX_COLS 14
|
||||
|
|
|
@ -1,7 +1,13 @@
|
|||
{
|
||||
"keyboard_name": "liminal",
|
||||
"keyboard_name": "Liminal",
|
||||
"manufacturer": "TheRoyalSweatshirt",
|
||||
"url": "",
|
||||
"maintainer": "TheRoyalSweatshirt",
|
||||
"usb": {
|
||||
"vid": "0x4B4B",
|
||||
"pid": "0x0003",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_base_kit_all": {
|
||||
"layout": [
|
||||
|
|
|
@ -2,13 +2,6 @@
|
|||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define PRODUCT_ID 0x3521
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER TheRoyalSweatshirt
|
||||
#define PRODUCT The Schwann PCB
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 4
|
||||
#define MATRIX_COLS 12
|
||||
|
|
|
@ -1,7 +1,13 @@
|
|||
{
|
||||
"keyboard_name": "Schwann's PCB",
|
||||
"keyboard_name": "The Schwann PCB",
|
||||
"manufacturer": "TheRoyalSweatshirt",
|
||||
"url": "https://github.com/TheRoyalSweatshirt/The_Royal_Projects/tree/schwann/PCBs/Schwann_PCB",
|
||||
"maintainer": "TheRoyalSweatshirt",
|
||||
"usb": {
|
||||
"vid": "0xFEED",
|
||||
"pid": "0x3521",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_mit": {
|
||||
"layout": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue