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 | |
parent | a53ef56946212cb8d71051c61b88b34c84e4430d (diff) |
Fix use of encoder map in mechwild/clunker (#18156)
Diffstat (limited to 'keyboards/mechwild/clunker/keymaps')
-rw-r--r-- | keyboards/mechwild/clunker/keymaps/default/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/mechwild/clunker/keymaps/via/rules.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/mechwild/clunker/keymaps/default/rules.mk b/keyboards/mechwild/clunker/keymaps/default/rules.mk new file mode 100644 index 0000000000..ee32568148 --- /dev/null +++ b/keyboards/mechwild/clunker/keymaps/default/rules.mk @@ -0,0 +1 @@ +ENCODER_MAP_ENABLE = yes 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 |