diff options
author | Ryan <fauxpark@gmail.com> | 2022-07-26 10:52:18 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-26 01:52:18 +0100 |
commit | 674422eb13a4f5c9c8238629e42f4fc1d7641ede (patch) | |
tree | a6bd07b6866ea0bb189c05e2bf63cbfa20dc5bc5 /keyboards/alfredslab/swift65/hotswap/info.json | |
parent | a939293aca697cb263f4972dbb1521d273fbf499 (diff) |
Move keyboard USB IDs and strings to data driven: A (#17781)
Diffstat (limited to 'keyboards/alfredslab/swift65/hotswap/info.json')
-rw-r--r-- | keyboards/alfredslab/swift65/hotswap/info.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/keyboards/alfredslab/swift65/hotswap/info.json b/keyboards/alfredslab/swift65/hotswap/info.json index 25b261d330..21895a1b2d 100644 --- a/keyboards/alfredslab/swift65/hotswap/info.json +++ b/keyboards/alfredslab/swift65/hotswap/info.json @@ -1,7 +1,13 @@ { - "keyboard_name": "hotswap", + "keyboard_name": "Swift65 Hotswap", + "manufacturer": "AlfredsLab", "url": "https://swiftcables.net/", "maintainer": "Spooknik", + "usb": { + "vid": "0xBBEB", + "pid": "0xD4C4", + "device_version": "0.0.1" + }, "layout_aliases": { "LAYOUT": "LAYOUT_7u_space", "LAYOUT_all": "LAYOUT_7u_space" |