aboutsummaryrefslogtreecommitdiff
path: root/quantum/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/keyboard.c')
-rw-r--r--quantum/keyboard.c3
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
101static uint32_t last_input_modification_time = 0; 104static uint32_t last_input_modification_time = 0;
102uint32_t last_input_activity_time(void) { return last_input_modification_time; } 105uint32_t last_input_activity_time(void) { return last_input_modification_time; }