atancito 2022-04-04 12:46:35 +02:00
commit 314359b7ed
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<<<<<<< HEAD
#include <Keyboard.h>
// TODO: LED Config
@ -148,4 +149,6 @@ void keyPressed(int row, int col) {
void resetKey(int row, int col) {
keyDown[row][col] = 0;
keyLong[row][col] = false;
=======
>>>>>>> 6d38bb4a8060dbb25b823b341264b72dd73cebf1
}