diff options
author | QMK Bot <hello@qmk.fm> | 2023-02-19 05:42:36 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-02-19 05:42:36 +0000 |
commit | 2222836f092ff52e0e93250ff91048cbb9071877 (patch) | |
tree | ec1c9dd810498172a97843f7e0603a50131e6c65 /keyboards | |
parent | 3a23d0aab72782c05e6c194130ffccb82ef95e11 (diff) | |
parent | f93d72e57fbabc08cdd0b6038e8c9ef17d1fc8ac (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/thepanduuh/degenpad/keymaps/default/keymap.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/thepanduuh/degenpad/keymaps/default/keymap.c b/keyboards/thepanduuh/degenpad/keymaps/default/keymap.c index 82b553d104..f46a447eff 100644 --- a/keyboards/thepanduuh/degenpad/keymaps/default/keymap.c +++ b/keyboards/thepanduuh/degenpad/keymaps/default/keymap.c @@ -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 |