]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - common/keyboard.c
Rename to hid_liber.
[max/tmk_keyboard.git] / common / keyboard.c
index bda7c0625bff83f481699c879ba84e11a23df225..fa22116f177175670e7dc64f76d77e15e9b8710c 100644 (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;