forked from mirrors/qmk_userspace
Add ps2_busywait.c and recfactor PS/2 protocol
This commit is contained in:
parent
d5ecbb83da
commit
9ae9742ac5
5 changed files with 363 additions and 53 deletions
|
|
@ -8,7 +8,7 @@ ifdef PS2_MOUSE_ENABLE
|
|||
endif
|
||||
|
||||
ifdef PS2_USE_BUSYWAIT
|
||||
SRC += protocol/ps2.c
|
||||
SRC += protocol/ps2_busywait.c
|
||||
OPT_DEFS += -DPS2_USE_BUSYWAIT
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue