mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-24 01:51:17 +00:00
Fix use of encoder map in mechwild/clunker (#18156)
This commit is contained in:
parent
a53ef56946
commit
7fab889696
@ -12,7 +12,6 @@
|
|||||||
"mousekey": true,
|
"mousekey": true,
|
||||||
"nkro": true,
|
"nkro": true,
|
||||||
"encoder": true,
|
"encoder": true,
|
||||||
"encoder_map": true,
|
|
||||||
"haptic": true
|
"haptic": true
|
||||||
},
|
},
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
|
1
keyboards/mechwild/clunker/keymaps/default/rules.mk
Normal file
1
keyboards/mechwild/clunker/keymaps/default/rules.mk
Normal file
@ -0,0 +1 @@
|
|||||||
|
ENCODER_MAP_ENABLE = yes
|
@ -1,2 +1,3 @@
|
|||||||
VIA_ENABLE = yes
|
VIA_ENABLE = yes
|
||||||
LTO_ENABLE = yes
|
LTO_ENABLE = yes
|
||||||
|
ENCODER_MAP_ENABLE = yes
|
||||||
|
Loading…
Reference in New Issue
Block a user