Fixes the bug of additional characters when mod key is released before the other key

This commit is contained in:
Robert Csordas
2016-11-14 22:09:33 +01:00
parent 1d2f35dfe9
commit 5cf1da0cfe
3 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#include "keyboard_layout.h"
uint8_t keyMasks[LAYOUT_KEY_COUNT];