diff options
Diffstat (limited to 'quantum/keyboard.c')
-rw-r--r-- | quantum/keyboard.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/keyboard.c b/quantum/keyboard.c index 806e4ef7e..3bca05aab 100644 --- a/quantum/keyboard.c +++ b/quantum/keyboard.c | |||
@@ -97,6 +97,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
97 | #ifdef VIRTSER_ENABLE | 97 | #ifdef VIRTSER_ENABLE |
98 | # include "virtser.h" | 98 | # include "virtser.h" |
99 | #endif | 99 | #endif |
100 | #ifdef SLEEP_LED_ENABLE | ||
101 | # include "sleep_led.h" | ||
102 | #endif | ||
100 | 103 | ||
101 | static uint32_t last_input_modification_time = 0; | 104 | static uint32_t last_input_modification_time = 0; |
102 | uint32_t last_input_activity_time(void) { return last_input_modification_time; } | 105 | uint32_t last_input_activity_time(void) { return last_input_modification_time; } |