Encodermap direction define. (#20454)

This commit is contained in:
Nick Brassel 2023-04-16 01:18:44 +10:00 committed by GitHub
parent 0ddb7d7863
commit c9f619124d
Failed to generate hash of commit
319 changed files with 320 additions and 319 deletions

View file

@ -104,7 +104,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] = {
[_DEFAULT_LAYER_1] = { { KC_DOWN, KC_UP } },
[_DEFAULT_LAYER_2] = { { _______, _______ } },
[_DEFAULT_LAYER_3] = { { _______, _______ } },