-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
base: develop
Are you sure you want to change the base?
Chew folders #24785
Conversation
@@ -19,7 +8,6 @@ | |||
["GP7", "GP6", "GP5", "NO_PIN", "NO_PIN"] | |||
] | |||
}, | |||
"processor": "RP2040", | |||
"split": { | |||
"enabled": true, | |||
"matrix_pins": { |
There was a problem hiding this comment.
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?
"matrix_pins": { | |
"handedness": { | |
"pin": "GP10" | |
}, | |
"matrix_pins": { |
There was a problem hiding this comment.
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)
There was a problem hiding this comment.
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 😅
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
Issues Fixed or Closed by This PR
Checklist