X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fkeyboard.c;h=601e3abe17b6d06774d76e9e8b79d32c3993e76d;hb=a6afa845b98d4fa7097c840fedbace59fef8f738;hp=d1821a099f554db950f912f66755aefac2ae2c7a;hpb=5a0415749d6cd6a095d9c3fbb335360ec5fa59e0;p=tmk_firmware.git diff --git a/common/keyboard.c b/common/keyboard.c index d1821a0..601e3ab 100644 --- a/common/keyboard.c +++ b/common/keyboard.c @@ -54,9 +54,6 @@ static bool has_ghost_in_row(uint8_t row) void keyboard_init(void) { - // TODO: configuration of sendchar impl - print_set_sendchar(sendchar); - timer_init(); matrix_init(); #ifdef PS2_MOUSE_ENABLE