diff options
author | halfenergized <half_energized@yahoo.co.uk> | 2020-05-05 05:37:45 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 23:37:45 +0100 |
commit | e8f842e798a76ade8c813f89d9dbf3f3dc1f6cfb (patch) | |
tree | d0011756c36810f96e8736eee15efa470d320276 /keyboards/tgr/910/config.h | |
parent | 3745ebc22b686edd05251693479f3f0e7a9e1a06 (diff) | |
download | qmk_firmware-e8f842e798a76ade8c813f89d9dbf3f3dc1f6cfb.tar.gz qmk_firmware-e8f842e798a76ade8c813f89d9dbf3f3dc1f6cfb.zip |
Update TGR 910 VID/PID (#8988)
To fix the vendor ID and product ID
Diffstat (limited to 'keyboards/tgr/910/config.h')
-rw-r--r-- | keyboards/tgr/910/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/tgr/910/config.h b/keyboards/tgr/910/config.h index ab9d81d834..995a6016a0 100644 --- a/keyboards/tgr/910/config.h +++ b/keyboards/tgr/910/config.h @@ -19,8 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -#define VENDOR_ID 0x20A0 -#define PRODUCT_ID 0x422D +#define VENDOR_ID 0x5447 //TG +#define PRODUCT_ID 0x9100 //910 #define DEVICE_VER 0x0001 #define MANUFACTURER Quadcube #define PRODUCT TGR-910 |