From 2f2cac7dff5b7b74a0adea64f3cf10fb866f869b Mon Sep 17 00:00:00 2001 From: Stefan Dorn Date: Sun, 21 Aug 2016 18:24:55 +0100 Subject: [PATCH] note --- src/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index d6fe0a4..143653a 100644 --- a/src/main.c +++ b/src/main.c @@ -14,7 +14,9 @@ // hardware // -------------------------------------------------------------------- -#define KBD_DEBUG // comment out to disable the debug interface completely +// comment out this define to disable the debug interface completely +// however, just not using the functions gets rid of most of the firmware bloat already +#define KBD_DEBUG #include "./keyboard/controller.c" #include "./keyboard/keyboard.h"