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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,6 @@
"mousekey": true,
"nkro": true,
"encoder": true,
"encoder_map": true,
"haptic": true
},
"matrix_pins": {

View file

@ -0,0 +1 @@
ENCODER_MAP_ENABLE = yes

View file

@ -1,2 +1,3 @@
VIA_ENABLE = yes
LTO_ENABLE = yes
ENCODER_MAP_ENABLE = yes