forked from mirror/qmk_firmware
[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:
11
keyboards/pierce/post_rules.mk
Normal file
11
keyboards/pierce/post_rules.mk
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user