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

Chew folders #24785

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Chew folders #24785

wants to merge 4 commits into from

Conversation

flinguenheld
Copy link
Contributor

Description

Hello,
That PR is an attempt to validate the Add Chew mono #23835 which had conflicts.
So it reorganize the chew folder with two subfolders.

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

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).

@waffle87 waffle87 closed this Jan 4, 2025
@zvecr zvecr reopened this Jan 6, 2025
@zvecr zvecr changed the base branch from master to develop January 6, 2025 16:49
keyboards/chew/split/config.h Outdated Show resolved Hide resolved
keyboards/chew/mono/rules.mk Outdated Show resolved Hide resolved
keyboards/chew/split/keyboard.json Outdated Show resolved Hide resolved
@@ -19,7 +8,6 @@
["GP7", "GP6", "GP5", "NO_PIN", "NO_PIN"]
]
},
"processor": "RP2040",
"split": {
"enabled": true,
"matrix_pins": {
Copy link
Member

Choose a reason for hiding this comment

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

The previous submission used EE_HANDS, is there now a new PCB revision that supports handedness by pin?

Suggested change
"matrix_pins": {
"handedness": {
"pin": "GP10"
},
"matrix_pins": {

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, gp10 on the left and gp12 on the right are on +vcc.
Thanks to that I can use these pins as a kind of vbus.
(There were the last free pins thanks to the uart half-duplex)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Humm, now I have some doubts about that.
We could eventually remove this option to leave the user free to decide in the keymap config.
In this case I will be able to use the full duplex with a potential next PCB 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants