Fixed Arduino Code

master
atancito 2022-04-04 12:47:22 +02:00
parent 314359b7ed
commit bbf7d38136
1 changed files with 0 additions and 3 deletions

View File

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