1
0
Fork 0

Fix usage of debug flag

This commit is contained in:
tmk 2012-10-27 03:07:37 +09:00
parent 9389585d3d
commit 16a583d7fd
7 changed files with 4 additions and 46 deletions

View file

@ -544,7 +544,7 @@ static inline void process_key(keyevent_t event)
void keyboard_init(void)
{
debug_keyboard = true;
// TODO: to enable debug print magic key bind on boot time
// TODO: configuration of sendchar impl
print_sendchar_func = sendchar;