mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-09 21:06:32 -04:00
Encodermap direction define. (#20454)
This commit is contained in:
parent
7241e987ab
commit
432475f553
122 changed files with 122 additions and 122 deletions
|
@ -94,7 +94,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
}
|
||||
|
||||
#if defined(ENCODER_MAP_ENABLE)
|
||||
const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][2] = {
|
||||
const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = {
|
||||
{ ENCODER_CCW_CW(KC_MS_WH_UP, KC_MS_WH_DOWN) },
|
||||
{ ENCODER_CCW_CW(KC_TRNS, KC_TRNS) },
|
||||
{ ENCODER_CCW_CW(KC_TRNS, KC_TRNS) },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue