[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:
parent
5279571e41
commit
cabe4dfa72
4 changed files with 114 additions and 1 deletions
|
@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define VENDOR_ID 0xCDCD
|
||||
#define PRODUCT_ID 0x5337
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER shens
|
||||
#define MANUFACTURER shensmobile
|
||||
#define PRODUCT Boardwalk
|
||||
#define DESCRIPTION QMK keyboard firmware for Boardwalk
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue