summaryrefslogtreecommitdiff
path: root/keyboards/noxary/220
diff options
context:
space:
mode:
authorRozakiin <6567067+Rozakiin@users.noreply.github.com>2021-02-12 01:02:28 +0000
committerGitHub <noreply@github.com>2021-02-11 17:02:28 -0800
commitbc74027f3920c244ea3524e755dba66b0dd2fb8c (patch)
tree9d6a7b03b007df90692363c2427623002515d99e /keyboards/noxary/220
parent068e11f7e2f5caf3084453c19cc8cd3f0edafb0d (diff)
[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/220')
-rw-r--r--keyboards/noxary/220/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/noxary/220/config.h b/keyboards/noxary/220/config.h
index 49d98f583a..78da8ccbce 100644
--- a/keyboards/noxary/220/config.h
+++ b/keyboards/noxary/220/config.h
@@ -21,11 +21,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* USB Device descriptor parameter */
#define VENDOR_ID 0x4E58 //"NX"
-#define PRODUCT_ID 0x00DC //220
+#define PRODUCT_ID 0x0899 //2201
#define DEVICE_VER 0x0001
#define MANUFACTURER Noxary
#define PRODUCT 220
+
/* key matrix size */
#define MATRIX_ROWS 6
#define MATRIX_COLS 4