diff options
author | Anthony Leung <anthony@anthonyleung.me> | 2020-03-06 19:00:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-06 16:00:44 -0800 |
commit | 54b6bf5910a3e9f4d13ae888c9d030fec7a586be (patch) | |
tree | 7cf7bb6c49e52ef3ae3a71f1c94a7ab808da1a90 /keyboards/walletburner/neuron/config.h | |
parent | 73728e9bec6c08b3774a016ae1e1f60e1b098c9c (diff) |
[Keyboard] Add VIA support for neuron (#8264)
* add VIA support for neuron
* update neuron vendor and product id
* update neuron product id
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/walletburner/neuron/config.h')
-rw-r--r-- | keyboards/walletburner/neuron/config.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/walletburner/neuron/config.h b/keyboards/walletburner/neuron/config.h index 0671200dbc..3c84f945a0 100644 --- a/keyboards/walletburner/neuron/config.h +++ b/keyboards/walletburner/neuron/config.h @@ -3,8 +3,8 @@ #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x62AC +#define VENDOR_ID 0x5742 // WB +#define PRODUCT_ID 0x6E75 // NU #define DEVICE_VER 0x0001 #define MANUFACTURER Walletburner #define PRODUCT Neuron @@ -47,4 +47,3 @@ #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 #endif - |