[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>
This commit is contained in:
parent
73728e9bec
commit
54b6bf5910
4 changed files with 33 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue