diff options
author | xyzz <1065521+xyzz@users.noreply.github.com> | 2021-03-14 21:19:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 12:19:01 +1100 |
commit | 0779c34db8ba0bf7141712377b1db467394f940f (patch) | |
tree | 00f2239bff1bf71d300e1a65cd6ffd468040ff01 /keyboards/ymd75/keymaps/via/rules.mk | |
parent | 9e1d04fea77c4da64248e7870b915939a768c5c0 (diff) |
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>
Diffstat (limited to 'keyboards/ymd75/keymaps/via/rules.mk')
-rw-r--r-- | keyboards/ymd75/keymaps/via/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/ymd75/keymaps/via/rules.mk b/keyboards/ymd75/keymaps/via/rules.mk index 43061db1dd..152460f304 100644 --- a/keyboards/ymd75/keymaps/via/rules.mk +++ b/keyboards/ymd75/keymaps/via/rules.mk @@ -1,2 +1,3 @@ VIA_ENABLE = yes -LTO_ENABLE = yes
\ No newline at end of file +LTO_ENABLE = yes +KEY_LOCK_ENABLE = no |