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 svlinky converter #24449

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

sadekbaroudi
Copy link

Add the svlinky RP2040 to the converters so that existing projects can be converted. The svlinky board is open source and available at:
https://github.com/sadekbaroudi/svlinky

This converter is for the v0.2. The v0.1 is already compatible with the rp2040_ce converter. I had to change the pinout to allow the controller to be fully compliant with the vik specifications. The specification requires that the 2 extra gpio in the fpc connector are digital/analog. Given the RP2040 only has 4 analog capable pins, and all of them are used in the standard pinout on a pro micro controller, I had to take two of those out and swap them with different gpio, leading to this.

Description

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

  • N/A

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

@github-actions github-actions bot added core documentation dd Data Driven Changes labels Sep 27, 2024
@@ -84,6 +84,11 @@
"board": "STEMCELL",
"bootloader": "tinyuf2",
"processor": "STM32F411"
},
"svlinky": {
"board": "SVLINKY",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SVLINKY board files do not exist?

Suggested change
"board": "SVLINKY",
"board": "QMK_PM2040",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core dd Data Driven Changes documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants