Add NO_PRINT and NO_DEBUG config options.
- NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API
This commit is contained in:
parent
8580c8d291
commit
9a106537f6
7 changed files with 77 additions and 32 deletions
|
@ -54,7 +54,7 @@ static bool has_ghost_in_row(uint8_t row)
|
|||
void keyboard_init(void)
|
||||
{
|
||||
// TODO: configuration of sendchar impl
|
||||
print_sendchar_func = sendchar;
|
||||
print_set_sendchar(sendchar);
|
||||
|
||||
timer_init();
|
||||
matrix_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue