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 via support for craftwalk #23658

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

Conversation

sotoba
Copy link
Contributor

@sotoba sotoba commented May 4, 2024

Description

Add via support for craftwalk.

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

@github-actions github-actions bot added keyboard keymap via Adds via keymap and/or updates keyboard for via support labels May 4, 2024
Copy link
Contributor

@lesshonor lesshonor left a comment

Choose a reason for hiding this comment

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

According to the PR checklist:

keyboard updates and refactors (eg. to data driven) must go through develop to reduce master -> develop merge conflicts

There have been significant changes on the develop branch so you may need to resolve conflicts after switching.

keyboards/craftwalk/keymaps/via/keymap.c Outdated Show resolved Hide resolved
keyboards/craftwalk/keymaps/via/keymap.c Outdated Show resolved Hide resolved
@@ -4,10 +4,13 @@
"url": "https://github.com/sotoba/craftwalk",
"maintainer": "sotoba",
"usb": {
"vid": "0xFEED",
"vid": "0x0E44",
Copy link
Contributor

Choose a reason for hiding this comment

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

Someone already owns this vendor ID: https://the-sz.com/products/usbid/index.php?v=0x0E44
If you don't have permission from them to use it, pick a different one (over 0x4000). You may want to use yanfali's checker to verify no overlap.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thx, fix vid.

keyboards/craftwalk/info.json Outdated Show resolved Hide resolved
keyboards/craftwalk/info.json Outdated Show resolved Hide resolved
@sotoba sotoba requested a review from lesshonor May 4, 2024 16:20
@sotoba sotoba changed the base branch from master to develop May 5, 2024 08:57
sotoba and others added 3 commits May 5, 2024 21:22
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
@sotoba
Copy link
Contributor Author

sotoba commented May 5, 2024

switched the target branch and resolved the conflicts.

@sotoba
Copy link
Contributor Author

sotoba commented May 13, 2024

@lesshonor

I apologize for requesting a review before all the points have been addressed. I have addressed all the points you have pointed out, so could you please check it?

@waffle87 waffle87 requested review from a team and removed request for lesshonor May 15, 2024 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keyboard keymap via Adds via keymap and/or updates keyboard for via support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants