Move keyboard USB IDs and strings to data driven, pass 2: 0-9, A (#17941)
This commit is contained in:
@@ -2,12 +2,6 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define PRODUCT_ID 0x2171
|
||||
#define MANUFACTURER Charles Garcia
|
||||
#define PRODUCT 8-Pack
|
||||
|
||||
/* COL2ROW or ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
|
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"keyboard_name": "8-Pack",
|
||||
"manufacturer": "Charles Garcia",
|
||||
"url": "https://github.com/cgarcia2097/8-Pack",
|
||||
"maintainer": "Charles Garcia",
|
||||
"usb": {
|
||||
"vid": "0xFEED",
|
||||
"pid": "0x2171"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
@@ -1,3 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#define DEVICE_VER 0x0001
|
5
keyboards/8pack/rev11/info.json
Normal file
5
keyboards/8pack/rev11/info.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"usb": {
|
||||
"device_version": "0.0.1"
|
||||
}
|
||||
}
|
@@ -1,3 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#define DEVICE_VER 0x0002
|
5
keyboards/8pack/rev12/info.json
Normal file
5
keyboards/8pack/rev12/info.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"usb": {
|
||||
"device_version": "0.0.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user