Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add kb2040 and sparkfun rp2040 converters #17514

Merged
merged 2 commits into from
Jul 6, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixup after board rename
  • Loading branch information
zvecr committed Jul 5, 2022
commit 2d452db840b8fc2f4407a764b142b8636e685e37
4 changes: 2 additions & 2 deletions data/mappings/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"kb2040": {
"processor": "RP2040",
"bootloader": "rp2040",
"board": "QMK_RP2040",
"board": "QMK_PM2040",
"pin_compatible": "promicro"
},
"promicro_rp2040": {
"processor": "RP2040",
"bootloader": "rp2040",
"board": "QMK_RP2040",
"board": "QMK_PM2040",
"pin_compatible": "promicro"
},
"bluepill": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Adafruit KB2040 MCU settings for converting AVR projects
MCU := RP2040
BOARD := QMK_RP2040
BOARD := QMK_PM2040
BOOTLOADER := rp2040

# These are defaults based on what has been implemented for RP2040 boards
Expand Down