Files
qmk_firmware/keyboards/pierce/post_rules.mk
T
2022-06-11 11:24:58 -07:00

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