diff options
Diffstat (limited to 'common/keyboard.c')
| -rw-r--r-- | common/keyboard.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/keyboard.c b/common/keyboard.c index d1821a099..601e3abe1 100644 --- a/common/keyboard.c +++ b/common/keyboard.c | |||
| @@ -54,9 +54,6 @@ static bool has_ghost_in_row(uint8_t row) | |||
| 54 | 54 | ||
| 55 | void keyboard_init(void) | 55 | void keyboard_init(void) |
| 56 | { | 56 | { |
| 57 | // TODO: configuration of sendchar impl | ||
| 58 | print_set_sendchar(sendchar); | ||
| 59 | |||
| 60 | timer_init(); | 57 | timer_init(); |
| 61 | matrix_init(); | 58 | matrix_init(); |
| 62 | #ifdef PS2_MOUSE_ENABLE | 59 | #ifdef PS2_MOUSE_ENABLE |
