This PR updates the expression for filtering unwanted event packets (mouse movement) that are produced instead of the previous bogus key events after updating to firmware 0105.
Type of change
Please delete options that are not relevant.
[x] Bug fix (non-breaking change which fixes an issue)
Code Checklist
[x] I have performed a self-review of my own code
[ ] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[ ] I have implemented respective test(s)
[x] I have run lints and tests (cargo fmt && cargo clippy && cargo test) that prove my fix is effective or that my feature works
Description
This PR updates the expression for filtering unwanted event packets (mouse movement) that are produced instead of the previous bogus key events after updating to firmware 0105.
Type of change
Please delete options that are not relevant.
Code Checklist