diff options
author | Joel Challis <git@zvecr.com> | 2019-10-15 13:32:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-15 13:32:52 +0100 |
commit | cc5edb9eeb2d30400dee278a6f20991389f68afe (patch) | |
tree | 4fb8bdd3ec143345a787474f46add0f53ce782f7 /keyboards/ergodox_stm32 | |
parent | e1de0d74a6f6c4bdc762b32fb78e449aed0fcecb (diff) | |
download | qmk_firmware-cc5edb9eeb2d30400dee278a6f20991389f68afe.tar.gz qmk_firmware-cc5edb9eeb2d30400dee278a6f20991389f68afe.zip |
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
Diffstat (limited to 'keyboards/ergodox_stm32')
-rw-r--r-- | keyboards/ergodox_stm32/matrix.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/ergodox_stm32/matrix.c b/keyboards/ergodox_stm32/matrix.c index 5a280ee17..383bf9790 100644 --- a/keyboards/ergodox_stm32/matrix.c +++ b/keyboards/ergodox_stm32/matrix.c | |||
@@ -13,13 +13,6 @@ | |||
13 | #define DEBOUNCE 10 | 13 | #define DEBOUNCE 10 |
14 | #endif | 14 | #endif |
15 | 15 | ||
16 | //#define DEBUG_MATRIX_SCAN_RATE | ||
17 | |||
18 | //#ifdef DEBUG_MATRIX_SCAN_RATE | ||
19 | //uint32_t matrix_timer; | ||
20 | //uint32_t matrix_scan_count; | ||
21 | //#endif | ||
22 | |||
23 | static uint8_t mcp23017_reset_loop = 0; | 16 | static uint8_t mcp23017_reset_loop = 0; |
24 | 17 | ||
25 | volatile matrix_row_t matrix[MATRIX_ROWS]; | 18 | volatile matrix_row_t matrix[MATRIX_ROWS]; |