X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Fkeyboard.c;h=fa22116f177175670e7dc64f76d77e15e9b8710c;hb=878daae9c337e712d5ec65232851dd5e58aca0b9;hp=bda7c0625bff83f481699c879ba84e11a23df225;hpb=9389585d3d16319d5d739eef84f4ff11076235c1;p=max%2Ftmk_keyboard.git diff --git a/common/keyboard.c b/common/keyboard.c index bda7c062..fa22116f 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;