Skip to content

Commit f93d72e

Browse files
authored
[Keymap] Add encoder map to degenpad default keymap (#19880)
1 parent 08fc370 commit f93d72e

File tree

1 file changed

+6
-0
lines changed
  • keyboards/thepanduuh/degenpad/keymaps/default

1 file changed

+6
-0
lines changed

keyboards/thepanduuh/degenpad/keymaps/default/keymap.c

+6
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
4545

4646
};
4747

48+
#if defined(ENCODER_MAP_ENABLE)
49+
const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][2] = {
50+
[_BASE] = {ENCODER_CCW_CW(KC_VOLD, KC_VOLU)},
51+
[_FN] = {ENCODER_CCW_CW(KC_NO, KC_NO)}
52+
};
53+
#endif

0 commit comments

Comments
 (0)