mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
5f371104bc
|
@ -12,7 +12,6 @@
|
|||
"mousekey": true,
|
||||
"nkro": true,
|
||||
"encoder": true,
|
||||
"encoder_map": true,
|
||||
"haptic": true
|
||||
},
|
||||
"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
|
||||
LTO_ENABLE = yes
|
||||
ENCODER_MAP_ENABLE = yes
|
||||
|
|
Loading…
Reference in a new issue