Skip to content

Commit

Permalink
removed todos
Browse files Browse the repository at this point in the history
  • Loading branch information
Blo0dR0gue committed Apr 26, 2023
1 parent 3dcc6d0 commit 0d18b58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Firmware/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ const byte defaultLEDColors[MAX_LAYER][LED_COUNT][3] PROGMEM = {

// ============ LIBS =============
#include <avr/pgmspace.h>
// #include <MemoryFree.h> //TODO remove?
#include <Keyboard.h>
#include <Keyboard_de_DE.h>
#include <KeyboardLayout.h>
Expand Down
3 changes: 0 additions & 3 deletions Firmware/Firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
*************************************************************************/

// TODO header split (.h & .cpp)? [nice to have]
// TODO change USB Device information? [Nice to have]


// ===== LIBRARIES & CONFIG ======
Expand Down Expand Up @@ -90,8 +89,6 @@ void setup() {

// ============ LOOP =============
void loop() {
//Serial.println(freeMemory()); // TODO remove?

// check if debounce time is over
if ((millis() - lastRefresh) > DEBOUNCE_DELAY) {
readMatrix();
Expand Down

0 comments on commit 0d18b58

Please sign in to comment.