mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-02-02 18:47:17 +00:00
12 lines
185 B
Makefile
12 lines
185 B
Makefile
|
|
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
|
||
|
|
|
||
|
|
|