Fixed Arduino Code
parent
314359b7ed
commit
bbf7d38136
|
|
@ -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
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue