diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-03 07:23:52 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-03 07:23:52 +0000 |
commit | 61a3fe4faca40c537dc179f58317a0229ae09ce2 (patch) | |
tree | 7a2f98cd295636d188dd3a6f93b4dd9bcad4c186 /keyboards/picolab | |
parent | d4f9eb5225feb7f2aad01d252b33401e3a80b870 (diff) | |
parent | b6757d2380d32b5f60f61ffc42d27c40eb219208 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/picolab')
-rw-r--r-- | keyboards/picolab/frusta_fundamental/config.h | 7 | ||||
-rw-r--r-- | keyboards/picolab/frusta_fundamental/info.json | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/picolab/frusta_fundamental/config.h b/keyboards/picolab/frusta_fundamental/config.h index 33389e3e82..8ebfa35d09 100644 --- a/keyboards/picolab/frusta_fundamental/config.h +++ b/keyboards/picolab/frusta_fundamental/config.h @@ -18,13 +18,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x614D -#define PRODUCT_ID 0x0001 -#define DEVICE_VER 0x0001 -#define MANUFACTURER PicoLab -#define PRODUCT Frusta Fundamental - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 15 diff --git a/keyboards/picolab/frusta_fundamental/info.json b/keyboards/picolab/frusta_fundamental/info.json index bc6fb17e21..e64e1425f6 100644 --- a/keyboards/picolab/frusta_fundamental/info.json +++ b/keyboards/picolab/frusta_fundamental/info.json @@ -1,7 +1,13 @@ { - "keyboard_name": "frusta_fundamental", + "keyboard_name": "Frusta Fundamental", + "manufacturer": "PicoLab", "url": "https://picolab.hk", "maintainer": "PicoLab", + "usb": { + "vid": "0x614D", + "pid": "0x0001", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT": { "layout": [ |