diff options
author | jrdsgl <dayofdoom@users.noreply.github.com> | 2021-04-02 20:44:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-02 20:44:06 -0700 |
commit | f0dc2067844a9045ffbd423c48b32abcceca742e (patch) | |
tree | da0a266318dc56d5c1adb8cefd8e59f5aea4a586 /keyboards/sixkeyboard | |
parent | caca8949de32088776d56f717950e07204c7da97 (diff) | |
download | qmk_firmware-f0dc2067844a9045ffbd423c48b32abcceca742e.tar.gz qmk_firmware-f0dc2067844a9045ffbd423c48b32abcceca742e.zip |
[Keyboard] Update sixkeyboard VID/PID (#12345)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/sixkeyboard')
-rw-r--r-- | keyboards/sixkeyboard/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/sixkeyboard/config.h b/keyboards/sixkeyboard/config.h index f25c09bc0d..b8fcb8d7d1 100644 --- a/keyboards/sixkeyboard/config.h +++ b/keyboards/sixkeyboard/config.h @@ -21,8 +21,8 @@ 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 0x6062 +#define VENDOR_ID 0x746B +#define PRODUCT_ID 0x736B #define DEVICE_VER 0x0001 #define MANUFACTURER techkeys.us #define PRODUCT sixkeykeyboard |