Fix keycode mappings for via and ensure they don't change within protocol (#12130)

* Fix keycode mappings for via and ensure they don't change within protocol

* Update keycodes

* Fix broken keyboards

* added the missing keycodes found in via

* Remove invalid keycodes

Co-authored-by: David Hoelscher <infinityis@users.noreply.github.com>
This commit is contained in:
xyzz 2021-03-14 21:19:01 -04:00 committed by GitHub
parent 7d8571796b
commit 15728b831e
2 changed files with 4 additions and 2 deletions

View file

@ -1 +1,2 @@
VIA_ENABLE = yes VIA_ENABLE = yes
LEADER_ENABLE = no

View file

@ -1,2 +1,3 @@
VIA_ENABLE = yes VIA_ENABLE = yes
LTO_ENABLE = yes LTO_ENABLE = yes
KEY_LOCK_ENABLE = no