summaryrefslogtreecommitdiffstats
path: root/keyboards/pierce/post_rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/pierce/post_rules.mk')
-rw-r--r--keyboards/pierce/post_rules.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/pierce/post_rules.mk b/keyboards/pierce/post_rules.mk
new file mode 100644
index 0000000000..e0360a3391
--- /dev/null
+++ b/keyboards/pierce/post_rules.mk
@@ -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
+
+