diff options
author | Harshit Goel <harshitgoel96@yahoo.com> | 2020-10-15 23:41:23 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 11:11:23 -0700 |
commit | 0f453bc5f7685671e79a465e0bbd6c8c67a93409 (patch) | |
tree | 8a3901eb20a591924c86d1e0ad0c5009b3b15607 /keyboards/ergotravel/keymaps/via/rules.mk | |
parent | 21357b658a86146f41566be8dc93900a2ca8a35f (diff) |
Add VIA code to ergoTravel (#10493)
* Add VIA code to ergoTravel, VendorId changed to allow via
* Update LTO_ENABLE for via
* Accept comments from the QMK PR discussion
* Restore original rules.mk from qmk master, update via rules to remove redundant bootmagic
* rules update
* find and use unique VID without qmk. Used 0x4A50, did not find clash
* Removed unused via layer
* Reset hard to last clean commit, redo changes for Hex Translation and Enum
Diffstat (limited to 'keyboards/ergotravel/keymaps/via/rules.mk')
-rw-r--r-- | keyboards/ergotravel/keymaps/via/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ergotravel/keymaps/via/rules.mk b/keyboards/ergotravel/keymaps/via/rules.mk new file mode 100644 index 0000000000..43061db1dd --- /dev/null +++ b/keyboards/ergotravel/keymaps/via/rules.mk @@ -0,0 +1,2 @@ +VIA_ENABLE = yes +LTO_ENABLE = yes
\ No newline at end of file |