Move keyboard USB IDs and strings to data driven: V (#17901)
This commit is contained in:
@@ -19,10 +19,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#pragma once
|
||||
//#define USE_I2C
|
||||
|
||||
/* Common USB Device descriptor parameters */
|
||||
#define VENDOR_ID 0x1209
|
||||
#define PRODUCT_ID 0xBEE5
|
||||
#define MANUFACTURER Duckle29
|
||||
#define PRODUCT Vitamins included
|
||||
|
||||
#include "config_common.h"
|
||||
|
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"keyboard_name": "Vitamins Included",
|
||||
"manufacturer": "Duckle29",
|
||||
"url": "",
|
||||
"maintainer": "Duckle29",
|
||||
"usb": {
|
||||
"vid": "0x1209",
|
||||
"pid": "0xBEE5"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"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":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":10, "y":0}, {"x":11, "y":0}, {"x":12, "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":7, "y":1}, {"x":8, "y":1}, {"x":9, "y":1}, {"x":10, "y":1}, {"x":11, "y":1}, {"x":12, "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":7, "y":2}, {"x":8, "y":2}, {"x":9, "y":2}, {"x":10, "y":2}, {"x":11, "y":2}, {"x":12, "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":7, "y":3}, {"x":8, "y":3}, {"x":9, "y":3}, {"x":10, "y":3}, {"x":11, "y":3}, {"x":12, "y":3}]
|
||||
|
Reference in New Issue
Block a user