Skip to content

Commit 2645751

Browse files
authored
Add warning when deprecated 'promicro_rp2040' is used (#25112)
1 parent ca84b57 commit 2645751

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
CONVERTER:=platforms/chibios/converters/promicro_to_sparkfun_pm2040
22
ACTIVE_CONVERTER:=sparkfun_pm2040
3+
4+
$(info @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@)
5+
$(info The 'CONVERT_TO=promicro_rp2040' option is now deprecated.)
6+
$(info Depending on hardware either 'CONVERT_TO=sparkfun_pm2040' or 'CONVERT_TO=rp2040_ce' should be used instead.)
7+
$(info See https://docs.qmk.fm/feature_converters#pro-micro documentation for more information.)
8+
$(info @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@)

0 commit comments

Comments
 (0)