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

Adds Planck Rev 7 #21156

Closed
wants to merge 2 commits into from
Closed

Adds Planck Rev 7 #21156

wants to merge 2 commits into from

Conversation

jackhumbert
Copy link
Member

Types of Changes

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

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

* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include "config.h"
Copy link
Member

Choose a reason for hiding this comment

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

shouldn't need. And should be converted to matrix lite.

Suggested change
#include "config.h"

Copy link
Member Author

Choose a reason for hiding this comment

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

I can convert this & rev6_drop's matrix to lite separately.

Copy link
Member

Choose a reason for hiding this comment

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

I can convert this & rev6_drop's matrix to lite separately.

"separately" as in not as part of this PR? If so, we would usually block merge on such a decision.

Copy link
Member Author

Choose a reason for hiding this comment

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

Separately in another PR, because I don't want to update rev6_drop here and would rather have their implementations match for the time being.

Copy link
Member

Choose a reason for hiding this comment

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

I agree rev6_drop should not be changed as part of this PR. However the matrix code is not the same, so it being aligned is already false. Its called out in the PR checklist, and has been requested/required on many previous PRs.

Copy link
Member Author

Choose a reason for hiding this comment

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

It should be the same matrix code aside from the encoder matrix additions.

Copy link
Member

Choose a reason for hiding this comment

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

image

Nope, different, not really close given one is using iteration and GPIO abstraction and the other ChibiOS directly.

Co-authored-by: Drashna Jaelre <drashna@live.com>
Copy link
Member

@zvecr zvecr left a comment

Choose a reason for hiding this comment

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

Custom matrix should be implemented as "lite" per PR checklist

@zvecr zvecr added the pr_checklist_pending Needs changes as per the PR checklist label Jun 8, 2023
@jackhumbert
Copy link
Member Author

Closed in favor of #21175

@jackhumbert jackhumbert closed this Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keyboard keymap pr_checklist_pending Needs changes as per the PR checklist
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants