Skip to content

Commit e8f842e

Browse files
Update TGR 910 VID/PID (#8988)
To fix the vendor ID and product ID
1 parent 3745ebc commit e8f842e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keyboards/tgr/910/config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1919

2020
#include "config_common.h"
2121

22-
#define VENDOR_ID 0x20A0
23-
#define PRODUCT_ID 0x422D
22+
#define VENDOR_ID 0x5447 //TG
23+
#define PRODUCT_ID 0x9100 //910
2424
#define DEVICE_VER 0x0001
2525
#define MANUFACTURER Quadcube
2626
#define PRODUCT TGR-910

0 commit comments

Comments
 (0)