diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-06 08:59:44 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-06 08:59:44 +0000 |
commit | e9f9f99a3374ad46e9a2baf2fe35c3f1d0715d4b (patch) | |
tree | b7ade29c69055cf8a2aff9cc2914f1cff22c9c24 /keyboards/zfrontier | |
parent | dd0ac80ee4662278f94452600363e5d74811b66c (diff) | |
parent | 0ff8c4f6fd8cce95d9e96060121208f85b4d02cd (diff) | |
download | qmk_firmware-e9f9f99a3374ad46e9a2baf2fe35c3f1d0715d4b.tar.gz qmk_firmware-e9f9f99a3374ad46e9a2baf2fe35c3f1d0715d4b.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/zfrontier')
-rw-r--r-- | keyboards/zfrontier/big_switch/config.h | 7 | ||||
-rw-r--r-- | keyboards/zfrontier/big_switch/info.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/zfrontier/big_switch/config.h b/keyboards/zfrontier/big_switch/config.h index 99bd790cae..3a23725496 100644 --- a/keyboards/zfrontier/big_switch/config.h +++ b/keyboards/zfrontier/big_switch/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 0x0A01 -#define DEVICE_VER 0x0005 -#define MANUFACTURER zFrontier -#define PRODUCT Red Comet Big Switch - /* key matrix size */ #define MATRIX_ROWS 1 #define MATRIX_COLS 1 diff --git a/keyboards/zfrontier/big_switch/info.json b/keyboards/zfrontier/big_switch/info.json index c0d542ade1..6467f4c008 100644 --- a/keyboards/zfrontier/big_switch/info.json +++ b/keyboards/zfrontier/big_switch/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "Red Comet Big Switch", + "manufacturer": "zFrontier", "url": "https://en.zfrontier.com/products/redcomet-bigswitch-combo", "maintainer": "carlxia", + "usb": { + "vid": "0xFEED", + "pid": "0x0A01", + "device_version": "0.0.5" + }, "layouts": { "LAYOUT": { "layout": [ |