diff options
author | Ryan <fauxpark@gmail.com> | 2022-07-28 05:19:09 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-27 20:19:09 +0100 |
commit | 4a0eb733acf2efb66473046f174ad695f746ab24 (patch) | |
tree | 8662d104890776533554f8b91ad569b66bbbb581 /keyboards/gowla | |
parent | c788857b6bfc150defce4579a9e946e5744f0d5a (diff) | |
download | qmk_firmware-4a0eb733acf2efb66473046f174ad695f746ab24.tar.gz qmk_firmware-4a0eb733acf2efb66473046f174ad695f746ab24.zip |
Move keyboard USB IDs and strings to data driven: G (#17818)
Diffstat (limited to 'keyboards/gowla')
-rw-r--r-- | keyboards/gowla/config.h | 7 | ||||
-rw-r--r-- | keyboards/gowla/info.json | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/gowla/config.h b/keyboards/gowla/config.h index fed13df57d..8f178c6aba 100644 --- a/keyboards/gowla/config.h +++ b/keyboards/gowla/config.h @@ -17,13 +17,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 0xE9B6 -#define DEVICE_VER 0x0001 -#define MANUFACTURER Gowla -#define PRODUCT Gowla Macro Board - /* Matrix size */ #define MATRIX_ROWS 3 #define MATRIX_COLS 3 diff --git a/keyboards/gowla/info.json b/keyboards/gowla/info.json index c4926000bb..bf9f17e4ad 100644 --- a/keyboards/gowla/info.json +++ b/keyboards/gowla/info.json @@ -1,7 +1,13 @@ { - "keyboard_name": "Gowla Macro Pad", + "keyboard_name": "Gowla Macro Board", + "manufacturer": "Gowla", "url": "https://github.com/SamGowland/Gowla-Macro-Board", "maintainer": "Gowla", + "usb": { + "vid": "0xFEED", + "pid": "0xE9B6", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_ortho_3x3": { "layout": [ |