diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-02-10 17:14:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-10 17:14:19 -0800 |
commit | cabe4dfa72ce0ec24e7991e90977d27e97e5a95d (patch) | |
tree | 4286285bd779f34240f57873ea981b081844bcea /keyboards/boardwalk/keymaps/via/rules.mk | |
parent | 5279571e415ef5da07551655a500911551d20efc (diff) |
[Keyboard] VIA Support for Boardwalk (#8124)
* initial commit of VIA Support
* update PRODUCT (and MANUFACTURER) per VIA docs
Reference: https://caniusevia.com/docs/configuring_qmk#change-product
Updated MANUFACTURER so it matches what the PRODUCT says.
* enable Link Time Optimization per mechmerlin
* revert change to USB Product Name
* add two empty layers to via keymap
VIA keymaps need four layers in flash.
* correct the layer indexes
Start from 0, not 1.
Diffstat (limited to 'keyboards/boardwalk/keymaps/via/rules.mk')
-rw-r--r-- | keyboards/boardwalk/keymaps/via/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/boardwalk/keymaps/via/rules.mk b/keyboards/boardwalk/keymaps/via/rules.mk new file mode 100644 index 0000000000..36b7ba9cbc --- /dev/null +++ b/keyboards/boardwalk/keymaps/via/rules.mk @@ -0,0 +1,2 @@ +VIA_ENABLE = yes +LTO_ENABLE = yes |