summaryrefslogtreecommitdiff
path: root/quantum/os_detection/tests/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/os_detection/tests/rules.mk')
-rw-r--r--quantum/os_detection/tests/rules.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/quantum/os_detection/tests/rules.mk b/quantum/os_detection/tests/rules.mk
index 9bfe373f46..1b69b71ba9 100644
--- a/quantum/os_detection/tests/rules.mk
+++ b/quantum/os_detection/tests/rules.mk
@@ -1,5 +1,7 @@
os_detection_DEFS := -DOS_DETECTION_ENABLE
+os_detection_DEFS += -DOS_DETECTION_DEBOUNCE=50
os_detection_SRC := \
$(QUANTUM_PATH)/os_detection/tests/os_detection.cpp \
- $(QUANTUM_PATH)/os_detection.c
+ $(QUANTUM_PATH)/os_detection.c \
+ $(PLATFORM_PATH)/$(PLATFORM_KEY)/timer.c