diff options
author | Rozakiin <6567067+Rozakiin@users.noreply.github.com> | 2021-02-12 01:02:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 17:02:28 -0800 |
commit | bc74027f3920c244ea3524e755dba66b0dd2fb8c (patch) | |
tree | 9d6a7b03b007df90692363c2427623002515d99e /keyboards/noxary/x268 | |
parent | 068e11f7e2f5caf3084453c19cc8cd3f0edafb0d (diff) | |
download | qmk_firmware-bc74027f3920c244ea3524e755dba66b0dd2fb8c.tar.gz qmk_firmware-bc74027f3920c244ea3524e755dba66b0dd2fb8c.zip |
[Keyboard] Fix noxary Product IDs (#11771)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ruari <ruari.armstrong@gmail.com>
Diffstat (limited to 'keyboards/noxary/x268')
-rw-r--r-- | keyboards/noxary/x268/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/noxary/x268/config.h b/keyboards/noxary/x268/config.h index fcfbf6f12a..00a696fb7a 100644 --- a/keyboards/noxary/x268/config.h +++ b/keyboards/noxary/x268/config.h @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* USB Device descriptor parameter */ #define VENDOR_ID 0x4E58 //"NX" -#define PRODUCT_ID 0x010C //268 +#define PRODUCT_ID 0x0A7B //2683 #define DEVICE_VER 0x0078 //"x" #define MANUFACTURER Noxary #define PRODUCT x268 |