diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-06 18:52:13 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-06 18:52:13 +1000 |
commit | fb19e140481ecc360737420850d2d84c67a3d047 (patch) | |
tree | 85a46a472375c62bca0e25aaf7c309add2da9706 /keyboards/yiancardesigns/barleycorn | |
parent | 0e3cc6af12ad0337574280f783ee118a79c6ea55 (diff) |
Move keyboard USB IDs and strings to data driven: Y (#17926)
Diffstat (limited to 'keyboards/yiancardesigns/barleycorn')
-rw-r--r-- | keyboards/yiancardesigns/barleycorn/config.h | 6 | ||||
-rw-r--r-- | keyboards/yiancardesigns/barleycorn/info.json | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/yiancardesigns/barleycorn/config.h b/keyboards/yiancardesigns/barleycorn/config.h index 71c6076d46..4b662525ac 100644 --- a/keyboards/yiancardesigns/barleycorn/config.h +++ b/keyboards/yiancardesigns/barleycorn/config.h @@ -19,12 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -#define VENDOR_ID 0x8968 -#define PRODUCT_ID 0x4749 -#define DEVICE_VER 0x0001 -#define MANUFACTURER Yiancar-Designs -#define PRODUCT Barleycorn - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 18 diff --git a/keyboards/yiancardesigns/barleycorn/info.json b/keyboards/yiancardesigns/barleycorn/info.json index 293f321b2c..3fb2f06a80 100644 --- a/keyboards/yiancardesigns/barleycorn/info.json +++ b/keyboards/yiancardesigns/barleycorn/info.json @@ -1,6 +1,12 @@ { "keyboard_name": "Barleycorn", + "manufacturer": "Yiancar-Designs", "maintainer": "Yiancar", + "usb": { + "vid": "0x8968", + "pid": "0x4749", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_all": { "layout": [ |