forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename promicro_rp2040 converter to sparkfun_pm2040 (qmk#24192)
- Loading branch information
Showing
5 changed files
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Changes requiring user action | ||
|
||
### SparkFun Pro Micro RP2040 converter renamed | ||
|
||
The converter for the SparkFun Pro Micro RP2040 has been renamed. | ||
|
||
from: | ||
|
||
``` | ||
promicro_rp2040 | ||
``` | ||
|
||
to: | ||
|
||
```c | ||
sparkfun_rp2040 | ||
``` | ||
|
||
This change was made to avoid confusion between the clones named ProMicro RP2040 and the SparkFun Pro Micro RP2040. The clones should be using the `rp2040_ce` option. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
platforms/chibios/converters/promicro_to_promicro_rp2040/pre_converter.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CONVERTER:=platforms/chibios/converters/promicro_to_sparkfun_pm2040 | ||
ACTIVE_CONVERTER:=sparkfun_pm2040 |
File renamed without changes.
File renamed without changes.