[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.
This commit is contained in:
James Young 2020-02-10 17:14:19 -08:00 committed by GitHub
parent 8670855df6
commit b3fee2793c
3 changed files with 113 additions and 0 deletions

View file

@ -0,0 +1,2 @@
VIA_ENABLE = yes
LTO_ENABLE = yes