diff options
author | Relocks <33040807+Relocks@users.noreply.github.com> | 2020-11-16 21:25:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-16 21:25:00 -0800 |
commit | cf3b68323237832f58dad298e301a8bd4e92a57f (patch) | |
tree | 7478ef25b61fffaaf00f6f09938de825bd8482b6 /keyboards/bm16s/config.h | |
parent | a8967778d47012abe9e8eb252e6fb29f566c00cb (diff) |
[Keyboard] bm16s - Added Via Support (#10863)
* Added Via Support and Keymap
Via Specific Keymap for BM16s along with correction of the Vendor and Product ID.
* Made adjustments for PR 10863
Made adjustments based on feedback from Pull request 10853 for qmk master pull request
* Additional update for PR 10853
Same description as previous commit.
* Update .vscode/settings.json
Updating based on commit suggestion.
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/bm16s/config.h')
-rwxr-xr-x | keyboards/bm16s/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/bm16s/config.h b/keyboards/bm16s/config.h index 379e59bd9d..83f5bbbe89 100755 --- a/keyboards/bm16s/config.h +++ b/keyboards/bm16s/config.h @@ -2,8 +2,8 @@ #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x6060 +#define VENDOR_ID 0x4B50 //KP +#define PRODUCT_ID 0x016B #define DEVICE_VER 0x0001 #define MANUFACTURER KPrepublic #define PRODUCT bm16s |