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/keymaps/via/rules.mk | |
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/keymaps/via/rules.mk')
-rw-r--r-- | keyboards/bm16s/keymaps/via/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/bm16s/keymaps/via/rules.mk b/keyboards/bm16s/keymaps/via/rules.mk new file mode 100644 index 0000000000..43061db1dd --- /dev/null +++ b/keyboards/bm16s/keymaps/via/rules.mk @@ -0,0 +1,2 @@ +VIA_ENABLE = yes +LTO_ENABLE = yes
\ No newline at end of file |