master
Stefan Dorn 2016-08-21 18:24:55 +01:00
parent 0af5332a59
commit 2f2cac7dff
1 changed files with 3 additions and 1 deletions

View File

@ -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"