Implement disabling keyboard matrix scanning for the left keyboard half, too.

This commit is contained in:
László Monda
2017-04-30 03:39:27 +02:00
parent fef5deea4a
commit 14225a9ba9
8 changed files with 25 additions and 7 deletions

View File

@@ -13,5 +13,6 @@
// Variables:
extern key_matrix_t keyMatrix;
extern volatile bool DisableKeyMatrixScanState;
#endif