diff options
author | Joel Challis <git@zvecr.com> | 2022-08-24 19:10:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 19:10:52 +0100 |
commit | 7fab889696423376712f996af393dd1830d3bb70 (patch) | |
tree | d2f0375ad853aaf17fd3922a78884545e149ff83 /keyboards/mechwild/clunker/keymaps/via | |
parent | a53ef56946212cb8d71051c61b88b34c84e4430d (diff) |
Fix use of encoder map in mechwild/clunker (#18156)
Diffstat (limited to 'keyboards/mechwild/clunker/keymaps/via')
-rw-r--r-- | keyboards/mechwild/clunker/keymaps/via/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/mechwild/clunker/keymaps/via/rules.mk b/keyboards/mechwild/clunker/keymaps/via/rules.mk index 36b7ba9cbc..1189f4ad19 100644 --- a/keyboards/mechwild/clunker/keymaps/via/rules.mk +++ b/keyboards/mechwild/clunker/keymaps/via/rules.mk @@ -1,2 +1,3 @@ VIA_ENABLE = yes LTO_ENABLE = yes +ENCODER_MAP_ENABLE = yes |