diff options
| author | Nick Brassel <nick@tzarc.org> | 2021-01-15 06:55:07 +1100 |
|---|---|---|
| committer | Nick Brassel <nick@tzarc.org> | 2021-01-15 06:55:07 +1100 |
| commit | ab375d3d075c105f09a1ddd0e155f178225518bc (patch) | |
| tree | 89e5ba3ddf9e3bba49759a0ea9cad9565f1ad5d1 /tmk_core/common/keyboard.h | |
| parent | 4b4445290038d19e2f0b31c293f39628dd77cb12 (diff) | |
| download | qmk_firmware-ab375d3d075c105f09a1ddd0e155f178225518bc.tar.gz qmk_firmware-ab375d3d075c105f09a1ddd0e155f178225518bc.zip | |
Revert "Keep track of last matrix activity (#10730)"
This reverts commit 79d1db332477963555416d9fff82ecac4399bd52.
Diffstat (limited to 'tmk_core/common/keyboard.h')
| -rw-r--r-- | tmk_core/common/keyboard.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tmk_core/common/keyboard.h b/tmk_core/common/keyboard.h index cc5b2e5e4..d04e685cd 100644 --- a/tmk_core/common/keyboard.h +++ b/tmk_core/common/keyboard.h | |||
| @@ -73,9 +73,6 @@ void keyboard_post_init_user(void); | |||
| 73 | void housekeeping_task_kb(void); | 73 | void housekeeping_task_kb(void); |
| 74 | void housekeeping_task_user(void); | 74 | void housekeeping_task_user(void); |
| 75 | 75 | ||
| 76 | uint32_t last_matrix_activity_time(void); // Timestamp of the last matrix activity | ||
| 77 | uint32_t last_matrix_activity_elapsed(void); // Number of milliseconds since the last matrix activity | ||
| 78 | |||
| 79 | #ifdef __cplusplus | 76 | #ifdef __cplusplus |
| 80 | } | 77 | } |
| 81 | #endif | 78 | #endif |
