diff options
| author | Andre Brait | 2024-02-16 15:19:02 +0100 |
|---|---|---|
| committer | GitHub | 2024-02-16 15:19:02 +0100 |
| commit | 80f3da36e571fa702b1d3df693fd545801250eca (patch) | |
| tree | 8fe09c9e53bbe8534372a87bab3d4edfd61e5fa8 /quantum/os_detection/tests/rules.mk | |
| parent | 77e88674986ee14bd1799b1ab19b4c94af083bac (diff) | |
[Core] Add OS detection callbacks (#21777)
Diffstat (limited to 'quantum/os_detection/tests/rules.mk')
| -rw-r--r-- | quantum/os_detection/tests/rules.mk | 4 |
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 |