2022-12-08 17:45:30 +01:00
|
|
|
os_detection_DEFS := -DOS_DETECTION_ENABLE
|
2024-02-16 15:19:02 +01:00
|
|
|
os_detection_DEFS += -DOS_DETECTION_DEBOUNCE=50
|
2022-12-08 17:45:30 +01:00
|
|
|
|
|
|
|
os_detection_SRC := \
|
|
|
|
$(QUANTUM_PATH)/os_detection/tests/os_detection.cpp \
|
2024-02-16 15:19:02 +01:00
|
|
|
$(QUANTUM_PATH)/os_detection.c \
|
|
|
|
$(PLATFORM_PATH)/$(PLATFORM_KEY)/timer.c
|