1
0
Fork 0

GMMK Pro: fix unintended volume encoder taps (#17129)

This commit is contained in:
Andre Brait 2022-09-24 18:37:04 +02:00 committed by GitHub
parent 94d5fe6f90
commit 32204f4a03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 83 additions and 125 deletions

View file

@ -49,7 +49,8 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
(*encoder_mapping[state][1])();
}
return true;
//return true; //set to return false to counteract enabled encoder in pro.c
return false;
}
void handle_rgb_key(bool pressed) {