Move keyboard USB IDs and strings to data driven: V (#17901)

This commit is contained in:
Ryan 2022-08-04 08:52:24 +10:00 committed by GitHub
parent a8744b1630
commit 1fd8d5c322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 71 additions and 82 deletions

View file

@ -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"

View file

@ -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}]