[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user