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 f25c09bc0..b8fcb8d7d 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/>. | |||
21 | #include "config_common.h" | 21 | #include "config_common.h" |
22 | 22 | ||
23 | /* USB Device descriptor parameter */ | 23 | /* USB Device descriptor parameter */ |
24 | #define VENDOR_ID 0xFEED | 24 | #define VENDOR_ID 0x746B |
25 | #define PRODUCT_ID 0x6062 | 25 | #define PRODUCT_ID 0x736B |
26 | #define DEVICE_VER 0x0001 | 26 | #define DEVICE_VER 0x0001 |
27 | #define MANUFACTURER techkeys.us | 27 | #define MANUFACTURER techkeys.us |
28 | #define PRODUCT sixkeykeyboard | 28 | #define PRODUCT sixkeykeyboard |