~ruther/qmk_firmware

ref: d0cf7b85192ce4431bb4c8c57e2d7501df83ac43 qmk_firmware/quantum/os_detection/tests/rules.mk -rw-r--r-- 254 bytes
d0cf7b85 — Ryan Update GPIO expander API naming (#23375) 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
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 \
    $(PLATFORM_PATH)/$(PLATFORM_KEY)/timer.c