Skip to content

Commit

Permalink
Fix use of encoder map in mechwild/clunker (#18156)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Aug 24, 2022
1 parent a53ef56 commit 7fab889
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion keyboards/mechwild/clunker/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"mousekey": true,
"nkro": true,
"encoder": true,
"encoder_map": true,
"haptic": true
},
"matrix_pins": {
Expand Down
1 change: 1 addition & 0 deletions keyboards/mechwild/clunker/keymaps/default/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ENCODER_MAP_ENABLE = yes
1 change: 1 addition & 0 deletions keyboards/mechwild/clunker/keymaps/via/rules.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
VIA_ENABLE = yes
LTO_ENABLE = yes
ENCODER_MAP_ENABLE = yes

0 comments on commit 7fab889

Please sign in to comment.