diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-04 08:52:24 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 23:52:24 +0100 |
commit | 1fd8d5c322a8686baab627f7e56f6de5d44a0810 (patch) | |
tree | 8a882f96612e41f8fff727bf7a13dd10134715e1 /keyboards/viktus/smolka | |
parent | a8744b163074457253da2c63affd3b4cceefe04a (diff) |
Move keyboard USB IDs and strings to data driven: V (#17901)
Diffstat (limited to 'keyboards/viktus/smolka')
-rw-r--r-- | keyboards/viktus/smolka/config.h | 7 | ||||
-rw-r--r-- | keyboards/viktus/smolka/info.json | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/viktus/smolka/config.h b/keyboards/viktus/smolka/config.h index fa655ae3e8..5d1a15c5f5 100644 --- a/keyboards/viktus/smolka/config.h +++ b/keyboards/viktus/smolka/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 0x5644 // "VD" = Viktus Design LLC -#define PRODUCT_ID 0x0010 -#define DEVICE_VER 0x0001 -#define MANUFACTURER Viktus Design LLC -#define PRODUCT Smolka - /* key matrix size */ #define MATRIX_ROWS 8 #define MATRIX_COLS 8 diff --git a/keyboards/viktus/smolka/info.json b/keyboards/viktus/smolka/info.json index 8e9fe6fc8b..2ee502bd37 100644 --- a/keyboards/viktus/smolka/info.json +++ b/keyboards/viktus/smolka/info.json @@ -1,7 +1,13 @@ { - "keyboard_name": "smolka", + "keyboard_name": "Smolka", + "manufacturer": "Viktus Design LLC", "url": "", "maintainer": "jrfhoutx", + "usb": { + "vid": "0x5644", + "pid": "0x0010", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_all": { "layout": [ |