Fix use of encoder map in mechwild/clunker (#18156)

This commit is contained in:
Joel Challis
2022-08-24 19:10:52 +01:00
committed by GitHub
parent a53ef56946
commit 7fab889696
3 changed files with 2 additions and 1 deletions
-1
View File
@@ -12,7 +12,6 @@
"mousekey": true,
"nkro": true,
"encoder": true,
"encoder_map": true,
"haptic": true
},
"matrix_pins": {
@@ -0,0 +1 @@
ENCODER_MAP_ENABLE = yes
@@ -1,2 +1,3 @@
VIA_ENABLE = yes
LTO_ENABLE = yes
ENCODER_MAP_ENABLE = yes