diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-15 11:53:19 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 02:53:19 +0100 |
commit | 1027aed83a264d03cf3bbfd4a85ca7d240217b0f (patch) | |
tree | 17d41fcd7ac83fd21b0b1bac30eb16ac8e1be4b6 /keyboards/flehrad/downbubble | |
parent | 4c91e5bef8324d6b21625aa698f153d9b47600d0 (diff) | |
download | qmk_firmware-1027aed83a264d03cf3bbfd4a85ca7d240217b0f.tar.gz qmk_firmware-1027aed83a264d03cf3bbfd4a85ca7d240217b0f.zip |
Move keyboard USB IDs and strings to data driven, pass 2: F-I (#17958)
Diffstat (limited to 'keyboards/flehrad/downbubble')
-rw-r--r-- | keyboards/flehrad/downbubble/config.h | 7 | ||||
-rw-r--r-- | keyboards/flehrad/downbubble/info.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/flehrad/downbubble/config.h b/keyboards/flehrad/downbubble/config.h index fa13006a97..8492b97240 100644 --- a/keyboards/flehrad/downbubble/config.h +++ b/keyboards/flehrad/downbubble/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 0x0000 -#define DEVICE_VER 0x0001 -#define MANUFACTURER Flehrad -#define PRODUCT downbubble - /* key matrix size */ #define MATRIX_ROWS 6 #define MATRIX_COLS 20 diff --git a/keyboards/flehrad/downbubble/info.json b/keyboards/flehrad/downbubble/info.json index 6314e4f966..4e3ab26bb6 100644 --- a/keyboards/flehrad/downbubble/info.json +++ b/keyboards/flehrad/downbubble/info.json @@ -1,6 +1,12 @@ { "keyboard_name": "downbubble", + "manufacturer": "Flehrad", "maintainer": "flehrad", + "usb": { + "vid": "0xFEED", + "pid": "0x0000", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_standard": { "layout": [ |