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/config.h | |
parent | 5279571e415ef5da07551655a500911551d20efc (diff) | |
download | qmk_firmware-cabe4dfa72ce0ec24e7991e90977d27e97e5a95d.tar.gz |
[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/config.h')
-rw-r--r-- | keyboards/boardwalk/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/boardwalk/config.h b/keyboards/boardwalk/config.h index fa80673d8..e53b76afd 100644 --- a/keyboards/boardwalk/config.h +++ b/keyboards/boardwalk/config.h @@ -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 |