Move keyboard USB IDs and strings to data driven: S (#17889)
This commit is contained in:
parent
b40c03140e
commit
a8744b1630
227 changed files with 704 additions and 825 deletions
|
@ -16,13 +16,6 @@
|
|||
#pragma once
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x5342 // SB
|
||||
#define PRODUCT_ID 0x5032 // P2
|
||||
#define DEVICE_VER 0x0002
|
||||
#define MANUFACTURER Spaceman
|
||||
#define PRODUCT Pancake 2
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 4
|
||||
#define MATRIX_COLS 12
|
||||
|
|
|
@ -1,7 +1,13 @@
|
|||
{
|
||||
"keyboard_name": "Pancake 2",
|
||||
"manufacturer": "Spaceman",
|
||||
"url": "",
|
||||
"maintainer": "Spaceman",
|
||||
"usb": {
|
||||
"vid": "0x5342",
|
||||
"pid": "0x5032",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_ortho_4x12": {
|
||||
"layout": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue