mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 22:21:58 +00:00
Generalise ADC driver source inclusion (#22448)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
UF2_DEVICE_TYPE_ID = 0x35446147
|
||||
UF2CONV_ARGS = --device-type $(UF2_DEVICE_TYPE_ID)
|
||||
|
||||
SRC += analog.c lib/common.c lib/mux.c
|
||||
SRC += lib/common.c lib/mux.c
|
||||
|
||||
ANALOG_DRIVER_REQUIRED = yes
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
UF2_DEVICE_TYPE_ID = 0x27b9a6ea
|
||||
UF2CONV_ARGS = --device-type $(UF2_DEVICE_TYPE_ID)
|
||||
|
||||
SRC += analog.c lib/common.c lib/mux.c
|
||||
SRC += lib/common.c lib/mux.c
|
||||
|
||||
ANALOG_DRIVER_REQUIRED = yes
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
UF2_DEVICE_TYPE_ID = 0x9bc1e968
|
||||
UF2CONV_ARGS = --device-type $(UF2_DEVICE_TYPE_ID)
|
||||
|
||||
SRC += analog.c lib/common.c lib/mux.c
|
||||
SRC += lib/common.c lib/mux.c
|
||||
|
||||
ANALOG_DRIVER_REQUIRED = yes
|
||||
|
||||
Reference in New Issue
Block a user