Skip to content

Commit

Permalink
[Keymap] Add encoder map to degenpad default keymap (qmk#19880)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePanduuh committed Feb 19, 2023
1 parent 08fc370 commit f93d72e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions keyboards/thepanduuh/degenpad/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

};

#if defined(ENCODER_MAP_ENABLE)
const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][2] = {
[_BASE] = {ENCODER_CCW_CW(KC_VOLD, KC_VOLU)},
[_FN] = {ENCODER_CCW_CW(KC_NO, KC_NO)}
};
#endif

0 comments on commit f93d72e

Please sign in to comment.