summaryrefslogtreecommitdiff
path: root/keyboards/pierce/post_rules.mk
blob: 9cc6739d78d314cba0931c1613cbed0a5d88caa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
ifeq ($(strip $(TRACKPOINT)), yes)
  PS2_MOUSE_ENABLE = yes
  PS2_ENABLE = yes
  PS2_DRIVER = usart
  OPT_DEFS += -DUSART
endif

ifeq ($(strip $(AUTO_BUTTONS)), yes)
  OPT_DEFS += -DAUTO_BUTTONS
endif