Skip to content

Commit

Permalink
update keymap for corgi
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed May 27, 2021
1 parent 8e55f6d commit dec08f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keyboards/keyprez/corgi/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
),
};

void encoder_update_user(uint8_t index, bool clockwise) {
bool encoder_update_user(uint8_t index, bool clockwise) {
tap_code(clockwise ? KC_VOLU : KC_VOLD);
return true;
}

0 comments on commit dec08f1

Please sign in to comment.