diff options
author | codecoffeecode <lyharris8@gmail.com> | 2020-04-12 22:22:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-13 07:22:26 +0200 |
commit | a2309b306aee4547208d571cf1dad7b0fda53523 (patch) | |
tree | c076066a16e8b62182a5ad542211aaf1c53410c5 /keyboards/niu_mini/config.h | |
parent | 52ac6c4303e4333f9ccb7ecf9dbd691edaad1182 (diff) |
Adding Niu Mini to VIA (#8702)
* porting the niu_mini to via
* Wrong values in mk
* Updating to unique Vendor ID and Product ID
* Addressing zvecr comments
* Addressing fauxpark comments
Co-Authored-By: Ryan <fauxpark@gmail.com>
Co-authored-by: Lauren Harris <lauren.y.harris@outlook.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/niu_mini/config.h')
-rw-r--r-- | keyboards/niu_mini/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/niu_mini/config.h b/keyboards/niu_mini/config.h index be94fd9e7b..84ccc6a686 100644 --- a/keyboards/niu_mini/config.h +++ b/keyboards/niu_mini/config.h @@ -21,8 +21,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x6060 +#define VENDOR_ID 0x6E6D +#define PRODUCT_ID 0x0001 #define DEVICE_VER 0x0001 #define MANUFACTURER KBDFans #define PRODUCT NIU Mini |