Add warning when deprecated 'promicro_rp2040' is used (#25112)

This commit is contained in:
Joel Challis 2025-04-08 03:35:43 +01:00 committed by GitHub
parent ca84b57042
commit 2645751ce1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,2 +1,8 @@
CONVERTER:=platforms/chibios/converters/promicro_to_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 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@)