mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-10 09:34:17 -04:00
Encodermap direction define. (#20454)
This commit is contained in:
parent
7241e987ab
commit
432475f553
122 changed files with 122 additions and 122 deletions
|
@ -48,7 +48,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
};
|
||||
|
||||
#ifdef ENCODER_MAP_ENABLE
|
||||
const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][2] = {
|
||||
const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = {
|
||||
[0] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) },
|
||||
[1] = { ENCODER_CCW_CW(_______, _______) },
|
||||
[2] = { ENCODER_CCW_CW(_______, _______) },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue