mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-16 04:15:29 -04:00
Tidy up encoder_map directions (#20847)
This commit is contained in:
parent
fe7e941a93
commit
8b32339ec5
8 changed files with 8 additions and 8 deletions
|
@ -19,7 +19,7 @@
|
|||
#include "oled.c"
|
||||
|
||||
#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), ENCODER_CCW_CW(KC_PGDN, KC_PGUP) },
|
||||
[1] = { ENCODER_CCW_CW(_______, _______), ENCODER_CCW_CW(_______, _______) },
|
||||
[2] = { ENCODER_CCW_CW(RGB_HUD, RGB_HUI), ENCODER_CCW_CW(RGB_SAD, RGB_SAI) },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue