We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08fc370 commit f93d72eCopy full SHA for f93d72e
keyboards/thepanduuh/degenpad/keymaps/default/keymap.c
@@ -45,3 +45,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
45
46
};
47
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