~ruther/qmk_firmware

793f54f6ca5e844319f7e082b84fb4ca375bd9de — Idan Kamara 3 years ago 656c151
ps2/avr: use the correct file name (#16316)

This was missed in https://github.com/qmk/qmk_firmware/pull/14895.

Thanks to fauxpark for spotting this.
1 files changed, 1 insertions(+), 1 deletions(-)

M builddefs/common_features.mk
M builddefs/common_features.mk => builddefs/common_features.mk +1 -1
@@ 707,7 707,7 @@ endif
ifeq ($(strip $(PS2_USE_BUSYWAIT)), yes)
    PS2_ENABLE := yes
    SRC += ps2_busywait.c
    SRC += ps2_io_avr.c
    SRC += ps2_io.c
    OPT_DEFS += -DPS2_USE_BUSYWAIT
endif