aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/noxary/x268/config.h
diff options
context:
space:
mode:
authorRozakiin <6567067+Rozakiin@users.noreply.github.com>2020-06-23 07:08:36 +0100
committerGitHub <noreply@github.com>2020-06-22 23:08:36 -0700
commitd353fcb99cfe345cde29cb7dc94cceaab82c610b (patch)
treebcf8ec344e497239d1ff93325b4a6197460baf34 /keyboards/noxary/x268/config.h
parentf0bde7906d35c1955a39251659e80d41caccbc54 (diff)
downloadfirmware-d353fcb99cfe345cde29cb7dc94cceaab82c610b.tar.gz
firmware-d353fcb99cfe345cde29cb7dc94cceaab82c610b.tar.bz2
firmware-d353fcb99cfe345cde29cb7dc94cceaab82c610b.zip
Add VIA support to Noxary x268 (#9450)
* Update USB descriptors * Update default keymap for readability * Update readme description * Update rules.mk build options, enable bootmagic and mousekey * Add commented modern led code * Add VIA keymap * Update default keymap readme.md layout image * Update keyboards/noxary/x268/rules.mk remove incorrect comment * Update keyboards/noxary/x268/x268.c remove commented setPinOutput(B1) * Update keyboards/noxary/x268/keymaps/default/readme.md Flip order of layout image and title * Update keyboards/noxary/x268/keymaps/via/readme.md Flip order of layout image and title * Update LED function to led_update_kb()
Diffstat (limited to 'keyboards/noxary/x268/config.h')
-rw-r--r--keyboards/noxary/x268/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/noxary/x268/config.h b/keyboards/noxary/x268/config.h
index 0604f6529..c342da505 100644
--- a/keyboards/noxary/x268/config.h
+++ b/keyboards/noxary/x268/config.h
@@ -20,12 +20,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
/* USB Device descriptor parameter */
-#define VENDOR_ID 0x4E58
-#define PRODUCT_ID 0x0044
-#define DEVICE_VER 0x00F2
+#define VENDOR_ID 0x4E58 //"NX"
+#define PRODUCT_ID 0x010C //268
+#define DEVICE_VER 0x0078 //"x"
#define MANUFACTURER Noxary
#define PRODUCT x268
-#define DESCRIPTION QMK keyboard firmware for x268
+#define DESCRIPTION A fully customizable RGB 65% keyboard.
/* key matrix size */
#define MATRIX_ROWS 5