Files
firmware/right/build
László Monda 00dfd96d55 Instead of scanning the keyboard matrix from the main loop and utilizing busy loops, try to use a PIT interrupt handler to do the same thing, scanning one row per interrupt call without busy loops.
For some reason, this makes the movement of the mouse pointer very slow and makes it jump from time to time, so I ended up adding INTERRUPT_KEY_SCANNER and disabling the timer interrupt.
Also double bufferred the mouse report just like the others. Unfortunately this does not affect this issue.
2017-11-02 01:11:41 +01:00
..

KDS build environment

This build environment is set up to be used with Kinetis Design Studio. You can simply import the project into KDS by choosing File -> Import... -> General -> Existing Projects into Workspace, then select this directory, and click the Finish button.