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/sekigon | |
parent | 786ebf87608dd4d7232cd0e66638382a55ceafa4 (diff) |
Generalise ADC driver source inclusion (#22448)
Diffstat (limited to 'keyboards/sekigon')
-rw-r--r-- | keyboards/sekigon/grs_70ec/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/sekigon/grs_70ec/rules.mk b/keyboards/sekigon/grs_70ec/rules.mk index 00931a551e..4bd93ef25b 100644 --- a/keyboards/sekigon/grs_70ec/rules.mk +++ b/keyboards/sekigon/grs_70ec/rules.mk @@ -13,4 +13,6 @@ AUDIO_ENABLE = no # Audio output CUSTOM_MATRIX = lite SPLIT_KEYBOARD = yes -SRC += analog.c ec_switch_matrix.c matrix.c +ANALOG_DRIVER_REQUIRED = yes + +SRC += ec_switch_matrix.c matrix.c |