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/ydkb/just60 | |
parent | 0e3cc6af12ad0337574280f783ee118a79c6ea55 (diff) | |
download | qmk_firmware-fb19e140481ecc360737420850d2d84c67a3d047.tar.gz qmk_firmware-fb19e140481ecc360737420850d2d84c67a3d047.zip |
Move keyboard USB IDs and strings to data driven: Y (#17926)
Diffstat (limited to 'keyboards/ydkb/just60')
-rw-r--r-- | keyboards/ydkb/just60/config.h | 7 | ||||
-rw-r--r-- | keyboards/ydkb/just60/info.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/ydkb/just60/config.h b/keyboards/ydkb/just60/config.h index 82272ffffa..fc9fa4bdc2 100644 --- a/keyboards/ydkb/just60/config.h +++ b/keyboards/ydkb/just60/config.h @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x1960 -#define DEVICE_VER 0x0001 -#define MANUFACTURER YDKB -#define PRODUCT Just60 - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 14 diff --git a/keyboards/ydkb/just60/info.json b/keyboards/ydkb/just60/info.json index 5f42033845..8d297d51ad 100644 --- a/keyboards/ydkb/just60/info.json +++ b/keyboards/ydkb/just60/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "Just60", + "manufacturer": "YDKB", "url": "", "maintainer": "thinxer", + "usb": { + "vid": "0xFEED", + "pid": "0x1960", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT": { "layout": [ |