mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-25 04:43:02 +00:00
Fixed encoder direction flip, with pin change and moved encoder map enable to keymap level.
This commit is contained in:
parent
65e0672a07
commit
67a6dfe9ed
@ -7,7 +7,7 @@
|
||||
"encoder": {
|
||||
"enabled": true,
|
||||
"rotary": [
|
||||
{"pin_a": "A15", "pin_b": "A14"}
|
||||
{"pin_a": "A14", "pin_b": "A15"}
|
||||
]
|
||||
},
|
||||
"features": {
|
||||
|
1
keyboards/draytronics/daisy_v2/keymaps/default/rules.mk
Normal file
1
keyboards/draytronics/daisy_v2/keymaps/default/rules.mk
Normal file
@ -0,0 +1 @@
|
||||
ENCODER_MAP_ENABLE = yes
|
@ -1,2 +1 @@
|
||||
ENCODER_MAP_ENABLE = yes
|
||||
SRC += oled.c
|
||||
|
Loading…
Reference in New Issue
Block a user