summaryrefslogtreecommitdiff
path: root/common/keyboard.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-10-27 03:07:37 +0900
committertmk <nobody@nowhere>2012-10-27 03:07:37 +0900
commit16a583d7fd057c3ebcb859db44f097fd8073ec49 (patch)
treec10f26cbf2e65b523cb1fa7e642c3d79b4873f13 /common/keyboard.c
parent9389585d3d16319d5d739eef84f4ff11076235c1 (diff)
Fix usage of debug flag
Diffstat (limited to 'common/keyboard.c')
-rw-r--r--common/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/keyboard.c b/common/keyboard.c
index bda7c0625b..fa22116f17 100644
--- a/common/keyboard.c
+++ b/common/keyboard.c
@@ -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;