GMMK Pro: fix unintended volume encoder taps (#17129)
This commit is contained in:
@@ -53,5 +53,6 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
|
||||
} else {
|
||||
tap_code(KC_MS_WH_LEFT);
|
||||
}
|
||||
return true;
|
||||
//return true; //set to return false to counteract enabled encoder in pro.c
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user