summaryrefslogtreecommitdiffstats
path: root/keyboards/stront/rules.mk
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2023-07-08 01:01:36 +1000
committerfauxpark <fauxpark@gmail.com>2023-07-08 01:01:36 +1000
commitea1a9c37ed76aac93205b1aec38b11a310a50591 (patch)
treea9b8c1255aded2d43bc90dc1fdadc739411d8cfb /keyboards/stront/rules.mk
parentb32392f7b20e98f9776ef3f7dd79b1c43bd41c9d (diff)
parent71f0fc59bef7a37b55c7e1c10b1b21b8a86475b7 (diff)
Merge remote-tracking branch 'upstream/master' into develop
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