Fix debug pirnt and magic key.(M0110)
This commit is contained in:
parent
07dff3425a
commit
07b6c1a58c
4 changed files with 5 additions and 11 deletions
|
@ -60,13 +60,6 @@ uint8_t matrix_cols(void)
|
|||
|
||||
void matrix_init(void)
|
||||
{
|
||||
print_enable = true;
|
||||
debug_enable = true;
|
||||
debug_matrix = false;
|
||||
debug_keyboard = false;
|
||||
debug_mouse = false;
|
||||
print("debug enabled.\n");
|
||||
|
||||
m0110_init();
|
||||
// initialize matrix state: all keys off
|
||||
for (uint8_t i=0; i < MATRIX_ROWS; i++) _matrix0[i] = 0x00;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue