mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-23 15:27:44 +00:00
9 lines
285 B
Makefile
9 lines
285 B
Makefile
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 \
|
|
$(PLATFORM_PATH)/timer.c \
|
|
$(PLATFORM_PATH)/$(PLATFORM_KEY)/timer.c
|