Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Actually Register SW14 for button press events
SW14 has never been registered for button press events. The loop ignores it, because it's missing the last iteration. This was most likely a copy & paste mistake from the TEST_MODE code below where SW14 is handled specially and not by a loop iterating over all buttons.
- Loading branch information