summaryrefslogtreecommitdiffstats
path: root/keyboards/stront/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/stront/rules.mk')
-rw-r--r--keyboards/stront/rules.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/stront/rules.mk b/keyboards/stront/rules.mk
new file mode 100644
index 0000000000..940a592d11
--- /dev/null
+++ b/keyboards/stront/rules.mk
@@ -0,0 +1,12 @@
+SERIAL_DRIVER = vendor
+WS2812_DRIVER = vendor
+
+POINTING_DEVICE_ENABLE = yes
+POINTING_DEVICE_DRIVER = cirque_pinnacle_spi
+
+QUANTUM_PAINTER_ENABLE = yes
+QUANTUM_PAINTER_DRIVERS += st7789_spi
+QUANTUM_PAINTER_LVGL_INTEGRATION = yes
+
+SRC += lvgl_helpers.c \
+ display.c