X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Ffc980c%2Ffc980c.c;h=59b1d5261fa8878dcbc9011094f789bb9aecbe26;hb=cdf4b51d48f8c9791a2a3fd01b3e089181bf8ac9;hp=9aaccea8ff97d3d4c9e0617d9a94d78eed756924;hpb=6ec73941933dfce49b8cdce2260e81c9ef5ff5ae;p=max%2Ftmk_keyboard.git diff --git a/keyboard/fc980c/fc980c.c b/keyboard/fc980c/fc980c.c index 9aaccea8..59b1d526 100644 --- a/keyboard/fc980c/fc980c.c +++ b/keyboard/fc980c/fc980c.c @@ -46,8 +46,6 @@ void matrix_init(void) debug_keyboard = true; debug_matrix = true; #endif - debug_enable = true; - debug_matrix = true; KEY_INIT(); @@ -113,7 +111,7 @@ uint8_t matrix_scan(void) // NOTE: KEY_STATE keep its state in 20us after KEY_ENABLE. // This takes 25us or more to make sure KEY_STATE returns to idle state. - _delay_us(75); + _delay_us(30); } if (matrix[row] ^ matrix_prev[row]) { matrix_last_modified = timer_read32();