aboutsummaryrefslogtreecommitdiff
path: root/keyboards/keebio/bdn9/keymaps/eosti/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/bdn9/keymaps/eosti/keymap.c')
-rw-r--r--keyboards/keebio/bdn9/keymaps/eosti/keymap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/keebio/bdn9/keymaps/eosti/keymap.c b/keyboards/keebio/bdn9/keymaps/eosti/keymap.c
index 06537cbad..b37e2a1cd 100644
--- a/keyboards/keebio/bdn9/keymaps/eosti/keymap.c
+++ b/keyboards/keebio/bdn9/keymaps/eosti/keymap.c
@@ -123,7 +123,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
123 ) 123 )
124}; 124};
125 125
126void encoder_update_user(uint8_t index, bool clockwise) { 126bool encoder_update_user(uint8_t index, bool clockwise) {
127 if (index == 0) { 127 if (index == 0) {
128 if (clockwise) { 128 if (clockwise) {
129 tap_code(KC_VOLD); 129 tap_code(KC_VOLD);
@@ -131,6 +131,7 @@ void encoder_update_user(uint8_t index, bool clockwise) {
131 tap_code(KC_VOLU); 131 tap_code(KC_VOLU);
132 } 132 }
133 } 133 }
134 return true;
134} 135}
135 136
136// Tapdance! Hold to use as a modifier to the _MOD layout, tap to change it between _BASE and _MACRO 137// Tapdance! Hold to use as a modifier to the _MOD layout, tap to change it between _BASE and _MACRO