fix: enable encoder mapping (and one key position) for mechwild/mokulua keymaps (#249)
* fix: enable encoder mapping * fix: 11,0 key position
This commit is contained in:
parent
a38d3aa71d
commit
c163777319
@ -2,9 +2,12 @@ VIA_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
VIAL_ENABLE = yes
|
||||
|
||||
ENCODER_MAP_ENABLE = yes
|
||||
|
||||
ifeq ($(strip $(MCU)), atmega32u4)
|
||||
QMK_SETTINGS = no
|
||||
|
||||
MAGIC_ENABLE = no
|
||||
COMBO_ENABLE = no
|
||||
KEY_OVERRIDE_ENABLE = no
|
||||
TAP_DANCE_ENABLE = no
|
||||
|
@ -2,9 +2,12 @@ VIA_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
VIAL_ENABLE = yes
|
||||
|
||||
ENCODER_MAP_ENABLE = yes
|
||||
|
||||
ifeq ($(strip $(MCU)), atmega32u4)
|
||||
QMK_SETTINGS = no
|
||||
|
||||
MAGIC_ENABLE = no
|
||||
COMBO_ENABLE = no
|
||||
KEY_OVERRIDE_ENABLE = no
|
||||
TAP_DANCE_ENABLE = no
|
||||
|
@ -29,7 +29,7 @@
|
||||
[{"w":1.5},"10,0"],
|
||||
[{"r":-75,"rx":7.75,"y":0.25,"x":-1.5,"w":1.5},"4,4"],
|
||||
[{"x":-1.5,"w":1.5},"4,5"],
|
||||
[{"r":-10,"rx":12.64,"ry":0,"y":1,"x":0.25},"11,5","6,0","6,1","6,2","6,3"],
|
||||
[{"r":-10,"rx":12.64,"ry":0,"y":1,"x":0.25},"11,0","6,0","6,1","6,2","6,3"],
|
||||
[{"x":0.75},"7,0","7,1","7,2","7,3"],
|
||||
["11,1","8,0","8,1","8,2","8,3"],
|
||||
[{"x":0.5},"11,2","9,0","9,1","9,2"],
|
||||
|
Loading…
Reference in New Issue
Block a user