GMMK Pro: fix unintended volume encoder taps (#17129)
This commit is contained in:
@@ -84,7 +84,8 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
|
||||
}
|
||||
break;
|
||||
}
|
||||
return true;
|
||||
//return true; //set to return false to counteract enabled encoder in pro.c
|
||||
return false;
|
||||
}
|
||||
#endif // ENCODER_ENABLE
|
||||
|
||||
|
Reference in New Issue
Block a user