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/cipulot/ec_60/rules.mk | |
parent | 786ebf87608dd4d7232cd0e66638382a55ceafa4 (diff) |
Generalise ADC driver source inclusion (#22448)
Diffstat (limited to 'keyboards/cipulot/ec_60/rules.mk')
-rw-r--r-- | keyboards/cipulot/ec_60/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/cipulot/ec_60/rules.mk b/keyboards/cipulot/ec_60/rules.mk index ed348e8618..fc2dcf32ab 100644 --- a/keyboards/cipulot/ec_60/rules.mk +++ b/keyboards/cipulot/ec_60/rules.mk @@ -1,3 +1,4 @@ CUSTOM_MATRIX = lite -QUANTUM_LIB_SRC += analog.c SRC += matrix.c ec_switch_matrix.c + +ANALOG_DRIVER_REQUIRED = yes |