mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-24 08:01:27 +00:00
Add warning when deprecated 'promicro_rp2040' is used (#25112)
This commit is contained in:
parent
ca84b57042
commit
2645751ce1
@ -1,2 +1,8 @@
|
|||||||
CONVERTER:=platforms/chibios/converters/promicro_to_sparkfun_pm2040
|
CONVERTER:=platforms/chibios/converters/promicro_to_sparkfun_pm2040
|
||||||
ACTIVE_CONVERTER:=sparkfun_pm2040
|
ACTIVE_CONVERTER:=sparkfun_pm2040
|
||||||
|
|
||||||
|
$(info @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@)
|
||||||
|
$(info The 'CONVERT_TO=promicro_rp2040' option is now deprecated.)
|
||||||
|
$(info Depending on hardware either 'CONVERT_TO=sparkfun_pm2040' or 'CONVERT_TO=rp2040_ce' should be used instead.)
|
||||||
|
$(info See https://docs.qmk.fm/feature_converters#pro-micro documentation for more information.)
|
||||||
|
$(info @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@)
|
||||||
|
Loading…
Reference in New Issue
Block a user