Encodermap direction define. (#20454)
This commit is contained in:
@@ -79,7 +79,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] = {
|
||||
[_QWERTY] = { { KC_VOLU, KC_VOLD } },
|
||||
[_RAISE] = { { _______, _______ } },
|
||||
[_LOWER] = { { _______, _______ } },
|
||||
|
||||
Reference in New Issue
Block a user