remove some unnecessary code
This commit is contained in:
parent
4467107df0
commit
d240f29c1b
1 changed files with 0 additions and 15 deletions
|
@ -201,21 +201,6 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
|
||||||
#ifdef POINTING_DEVICE_ENABLE
|
#ifdef POINTING_DEVICE_ENABLE
|
||||||
encoder_update_mouse(index, clockwise);
|
encoder_update_mouse(index, clockwise);
|
||||||
#endif
|
#endif
|
||||||
// // left board
|
|
||||||
// if (index == 0) {
|
|
||||||
// if (clockwise) {
|
|
||||||
// tap_code(MS_RGHT);
|
|
||||||
// } else {
|
|
||||||
// tap_code(MS_LEFT);
|
|
||||||
// }
|
|
||||||
// // right board
|
|
||||||
// } else if (index == 1) {
|
|
||||||
// if (clockwise) {
|
|
||||||
// tap_code(MS_DOWN);
|
|
||||||
// } else {
|
|
||||||
// tap_code(MS_UP);
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue