1
0
Fork 0

Move keyboard USB IDs and strings to data driven: C (#17789)

This commit is contained in:
Ryan 2022-07-26 09:04:09 +10:00 committed by GitHub
parent b6ac0ecf82
commit a939293aca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
248 changed files with 783 additions and 905 deletions

View file

@ -2,13 +2,6 @@
#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x0C61
#define DEVICE_VER 0x0100
#define MANUFACTURER PeiorisBoards
#define PRODUCT Ixora Rev1
/* key matrix size */
#define MATRIX_ROWS 1
#define MATRIX_COLS 6

View file

@ -1,7 +1,13 @@
{
"keyboard_name": "Ixora",
"keyboard_name": "Ixora Rev1",
"manufacturer": "PeiorisBoards",
"url": "",
"maintainer": "Peioris",
"usb": {
"vid": "0xFEED",
"pid": "0x0C61",
"device_version": "1.0.0"
},
"layouts": {
"LAYOUT_full": {
"layout": [{"label":"1", "x":0, "y":0}, {"label":"2", "x":1, "y":0}, {"label":"3", "x":2, "y":0}, {"label":"Caps Lock", "x":0, "y":1}, {"label":"Num Lock", "x":1, "y":1}, {"label":"Scroll Lock", "x":2, "y":1}]