Port DEBUG_MATRIX_SCAN_RATE to core (#7029)
* Port DEBUG_MATRIX_SCAN_RATE to core * Remove duplicate DEBUG_MATRIX_SCAN_RATE implementations * Remove duplicate DEBUG_MATRIX_SCAN_RATE implementation from handwired/xealous * Add console logic from ergodox_ez
This commit is contained in:
parent
e1de0d74a6
commit
cc5edb9eeb
14 changed files with 25 additions and 324 deletions
|
@ -13,13 +13,6 @@
|
|||
#define DEBOUNCE 10
|
||||
#endif
|
||||
|
||||
//#define DEBUG_MATRIX_SCAN_RATE
|
||||
|
||||
//#ifdef DEBUG_MATRIX_SCAN_RATE
|
||||
//uint32_t matrix_timer;
|
||||
//uint32_t matrix_scan_count;
|
||||
//#endif
|
||||
|
||||
static uint8_t mcp23017_reset_loop = 0;
|
||||
|
||||
volatile matrix_row_t matrix[MATRIX_ROWS];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue