1
0
Fork 0

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:
tmk 2013-03-19 14:08:40 +09:00
parent 8580c8d291
commit 9a106537f6
7 changed files with 77 additions and 32 deletions

View file

@ -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();