summaryrefslogtreecommitdiff
path: root/keyboards/tzarc
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-11-12 22:30:27 +0000
committerGitHub <noreply@github.com>2023-11-12 22:30:27 +0000
commite884e42ce98ad8994477deef26e6ad27b8b3643c (patch)
tree8e897e11952d488f8fc439db5b5aa7c5342faa9d /keyboards/tzarc
parent786ebf87608dd4d7232cd0e66638382a55ceafa4 (diff)
Generalise ADC driver source inclusion (#22448)
Diffstat (limited to 'keyboards/tzarc')
-rw-r--r--keyboards/tzarc/ghoul/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/tzarc/ghoul/rules.mk b/keyboards/tzarc/ghoul/rules.mk
index 5efa406e26..4bf96d9824 100644
--- a/keyboards/tzarc/ghoul/rules.mk
+++ b/keyboards/tzarc/ghoul/rules.mk
@@ -3,4 +3,4 @@ QUANTUM_PAINTER_DRIVERS = ssd1351_spi
DEFAULT_FOLDER = tzarc/ghoul/rev1/stm32
-SRC += analog.c
+ANALOG_DRIVER_REQUIRED = yes