Fix keyboards/keymaps for boolean encoder callback changes (#12985)
This commit is contained in:
parent
5386c4c7b2
commit
b963049305
9 changed files with 231 additions and 228 deletions
|
@ -39,7 +39,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
#ifdef ENCODER_ENABLE
|
||||
bool encoder_update_user(uint8_t index, bool clockwise) {
|
||||
if (index != 0)
|
||||
return;
|
||||
return false;
|
||||
|
||||
tap_code(clockwise ? KC_VOLU : KC_VOLD);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue