diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-03 22:06:14 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-03 22:06:14 +0000 |
commit | 237039cdcd896e7a99e58db92d193c5ff7a2dc33 (patch) | |
tree | 35144bfd16a200e2697a6f2ae3db3513834f2ac5 /keyboards/ramonimbao/squishytkl | |
parent | c6a6f987c93c424fc31e090737e4c7b8af728856 (diff) | |
parent | b40c03140e5da1edac2faa2b672a84ea28d0a7c1 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ramonimbao/squishytkl')
-rw-r--r-- | keyboards/ramonimbao/squishytkl/config.h | 7 | ||||
-rw-r--r-- | keyboards/ramonimbao/squishytkl/info.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/ramonimbao/squishytkl/config.h b/keyboards/ramonimbao/squishytkl/config.h index 0ee0bc9509..b9a3ce8016 100644 --- a/keyboards/ramonimbao/squishytkl/config.h +++ b/keyboards/ramonimbao/squishytkl/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 0xB16B -#define PRODUCT_ID 0x00B1 -#define DEVICE_VER 0x0100 -#define MANUFACTURER Ramon Imbao -#define PRODUCT SquishyTKL - /* key matrix size */ #define MATRIX_ROWS 14 #define MATRIX_COLS 26 diff --git a/keyboards/ramonimbao/squishytkl/info.json b/keyboards/ramonimbao/squishytkl/info.json index aa19c73fa8..1f60e2bcaf 100644 --- a/keyboards/ramonimbao/squishytkl/info.json +++ b/keyboards/ramonimbao/squishytkl/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "SquishyTKL", + "manufacturer": "Ramon Imbao", "url": "", "maintainer": "Ramon Imbao", + "usb": { + "vid": "0xB16B", + "pid": "0x00B1", + "device_version": "1.0.0" + }, "layouts": { "LAYOUT_ansi": { "layout": [ |