summaryrefslogtreecommitdiff
path: root/keyboards/vitamins_included
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-08-04 08:52:24 +1000
committerGitHub <noreply@github.com>2022-08-03 23:52:24 +0100
commit1fd8d5c322a8686baab627f7e56f6de5d44a0810 (patch)
tree8a882f96612e41f8fff727bf7a13dd10134715e1 /keyboards/vitamins_included
parenta8744b163074457253da2c63affd3b4cceefe04a (diff)
Move keyboard USB IDs and strings to data driven: V (#17901)
Diffstat (limited to 'keyboards/vitamins_included')
-rw-r--r--keyboards/vitamins_included/config.h6
-rw-r--r--keyboards/vitamins_included/info.json5
2 files changed, 5 insertions, 6 deletions
diff --git a/keyboards/vitamins_included/config.h b/keyboards/vitamins_included/config.h
index 9939167315..013bf0d4e8 100644
--- a/keyboards/vitamins_included/config.h
+++ b/keyboards/vitamins_included/config.h
@@ -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"
diff --git a/keyboards/vitamins_included/info.json b/keyboards/vitamins_included/info.json
index ee7dadead4..acfacd6dca 100644
--- a/keyboards/vitamins_included/info.json
+++ b/keyboards/vitamins_included/info.json
@@ -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}]