~ruther/qmk_firmware

ref: 2fd56317763e8b3b73f0db7488ef42a70f5b946e qmk_firmware/quantum/os_detection/tests/rules.mk -rw-r--r-- 254 bytes
2fd56317 — gskygithub [Keyboard] Add Projectd 75 iso (#21942) 1 year, 5 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