Explorar o código

GMMK Pro return false in encoder user. (#16830)

Dasky %!s(int64=3) %!d(string=hai) anos
pai
achega
e13ad14cb7

+ 1 - 1
keyboards/gmmk/pro/ansi/keymaps/default/keymap.c

@@ -67,6 +67,6 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
     } else {
       tap_code(KC_VOLD);
     }
-    return true;
+    return false;
 }
 #endif // ENCODER_ENABLE

+ 1 - 1
keyboards/gmmk/pro/ansi/keymaps/via/keymap.c

@@ -84,6 +84,6 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
     } else {
       tap_code(KC_VOLD);
     }
-    return true;
+    return false;
 }
 #endif // ENCODER_ENABLE

+ 1 - 1
keyboards/gmmk/pro/iso/keymaps/default/keymap.c

@@ -67,6 +67,6 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
     } else {
       tap_code(KC_VOLD);
     }
-    return true;
+    return false;
 }
 #endif

+ 1 - 1
keyboards/gmmk/pro/iso/keymaps/via/keymap.c

@@ -86,6 +86,6 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
     } else {
         tap_code(KC_VOLD);
     }
-    return true;
+    return false;
 }
 #endif // ENCODER_ENABLE