-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Updating the noodlepad_micro keymaps with custom keycodes #23003
Updating the noodlepad_micro keymaps with custom keycodes #23003
Conversation
Any movement on this? |
keyboards/themadnoodle/noodlepad_micro/keymaps/default/keymap.c
Outdated
Show resolved
Hide resolved
EDIT: Disregard this, I only get this error after I run the I'm also now getting THIS error that I was not getting before when I try to compile my keymap
|
@drashna Please let me know if we can get this merged as soon as possible. Because I have a PR with VIA that predates these custom codes, and they kindly agreed to wait for these changes to be merged before proceeding with their PR. |
@drashna, I see everything was approved, but the PR was never merged. Is there any way we can get this merged? |
At least two review approvals are needed before merge. |
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.
Keyboard updates need to go through develop.
keyboards/themadnoodle/noodlepad_micro/keymaps/default/keymap.c
Outdated
Show resolved
Hide resolved
Also, see merge conflicts to be resolved. |
There are changes to keyboard-level files. |
@fauxpark So, does that mean I need to wait until May for it to be merged into the master branch from develop, just because I added a few config changes? Also, what's this branch conflict about? It wasn't there a few minutes ago, and how do I resolve it? |
Yes. The merge conflicts are product of switching the target branch. See this doc. |
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
ea92753
to
50d9dcf
Compare
Thank you for your contribution! |
Thank you for your contribution! |
This PR has been open since February 2, meaning it has now been pending for six months. I have promptly addressed every requested change within hours of the request. However, GitHub has attempted to mark this as stale twice, even though I am merely waiting for the next steps from everyone involved. Considering that this now ALSO needs to go through the develop branch before hitting the master, I would really appreciate it if we could resolve this as soon as possible (unless there is a way for us to get this merged directly to the master branch). I am uncertain what else I need to do. Additionally, due to the extremely long wait time, this PR has become somewhat outdated. I have new changes that need to be added once this is merged, along with a new keypad PR that I can't open until this is merged. I am trying to remain patient, understanding that you all have a lot on your plate and that open-source work can be challenging. However, this prolonged process has significantly thrown a wrench in my business at this point. |
As of August 26, 2024, As you've submitted a PR containing |
Thank you for your contribution! |
Thank you for your contribution! |
Description
I added some custom keycodes to the noodlepad_micro keymaps. This also required me to modify the config,h file with the features implemented in the keycodes.
Forgive me if there is json version of some of the config.h options I enabled, I tried some and they didn't work, and I'm not really sure where to find if there is. Let me know!
Also, I'm sure the keycodes code is a little messy and inefficient, but they work great hahaha
Types of Changes
Issues Fixed or Closed by This PR
Checklist