1
0

[Keyboard] add pierce (#17000)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Dan Abrahamsson <dan.abrahamsson@imsystech.com>
This commit is contained in:
durken1
2022-06-11 20:24:58 +02:00
committed by GitHub
parent 51cfb1b457
commit a50b09cba5
13 changed files with 518 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
ifeq ($(strip $(TRACKPOINT)), yes)
PS2_MOUSE_ENABLE = yes
PS2_USE_USART = yes
OPT_DEFS += -DUSART
endif
ifeq ($(strip $(AUTO_BUTTONS)), yes)
OPT_DEFS += -DAUTO_BUTTONS
endif