diff options
author | Joel Challis <git@zvecr.com> | 2023-11-12 22:30:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-12 22:30:27 +0000 |
commit | e884e42ce98ad8994477deef26e6ad27b8b3643c (patch) | |
tree | 8e897e11952d488f8fc439db5b5aa7c5342faa9d /keyboards/v4n4g0rth0n | |
parent | 786ebf87608dd4d7232cd0e66638382a55ceafa4 (diff) |
Generalise ADC driver source inclusion (#22448)
Diffstat (limited to 'keyboards/v4n4g0rth0n')
-rw-r--r-- | keyboards/v4n4g0rth0n/v2/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/v4n4g0rth0n/v2/rules.mk b/keyboards/v4n4g0rth0n/v2/rules.mk index b63f456708..0114504486 100644 --- a/keyboards/v4n4g0rth0n/v2/rules.mk +++ b/keyboards/v4n4g0rth0n/v2/rules.mk @@ -11,5 +11,4 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output -SRC += analog.c - +ANALOG_DRIVER_REQUIRED = yes |