-
-
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
New Keyboard "KiwiKeebs MacroBoard v1.0" #10080
Conversation
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.
Just a general comment for now:
If you think you may do other devices under the KiwiKeebs branding, you may want to use a vendor folder (keyboards/kiwikeebs/macro/
instead of keyboards/kiwikeebsmacro/
).
Co-authored-by: Joel Challis <[email protected]>
Co-authored-by: Joel Challis <[email protected]>
Co-authored-by: Joel Challis <[email protected]>
Co-authored-by: Joel Challis <[email protected]>
Co-authored-by: Joel Challis <[email protected]>
Co-authored-by: Joel Challis <[email protected]>
Co-authored-by: Joel Challis <[email protected]>
Great idea, not sure if I will but never say never! |
Co-authored-by: James Young <[email protected]>
Co-authored-by: James Young <[email protected]>
Co-authored-by: James Young <[email protected]>
Co-authored-by: James Young <[email protected]>
Okay so apart from the outstanding placement of the encoder script are we looking okay? I am unsure of how to progress with that part, is there anyway to setup the encoder to use variables that the user can pass into buttons on QMK configurator so they can still configure it using the GUI? |
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.
Looks good to me.
Not at this time. I think this is something QMK will have to solve. For now, my only suggestion is to change |
In that case we will go for that! Thanks for your help, what is the process now to get this merged so I can test it on the actual configurator? Sorry newbie to PR here! |
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.
A couple of previous changes seem to have been reverted.
Co-authored-by: James Young <[email protected]>
Co-authored-by: James Young <[email protected]>
Apologies I think something got a little muddled in the middle of all of this, should be good now I hope 👍 Cheers, |
Thanks! For future reference, we recommend against committing to your There are instructions on how to keep your fork updated here: Best Practices: Your Fork's Master: Update Often, Commit Never Fixing Your Branch will walk you through fixing up your |
* KiwiKeebs v.10 QMK * Rename files and folder structure for QMK pull request * Deleted unused files * Added starter keymap * Changes to make pull request compliant * Removed lines for PR error * Error fix in json for PR * Update keyboards/kiwikeebsmacro/kiwikeebsmacro.h * Update keyboards/kiwikeebsmacro/readme.md * Update keyboards/kiwikeebsmacro/keymaps/default/readme.md * Update keyboards/kiwikeebsmacro/keymaps/default/keymap.c * Update keyboards/kiwikeebsmacro/info.json * Update keyboards/kiwikeebsmacro/keymaps/default/keymap.c * Update keyboards/kiwikeebsmacro/config.h * Changed structure to allow for future boards * Update keyboards/kiwikeebs/macro/config.h * Update keyboards/kiwikeebs/macro/info.json * Update keyboards/kiwikeebs/macro/keymaps/default/keymap.c * Update keyboards/kiwikeebs/macro/keymaps/default/keymap.c * Amended rotarty to use kb instead of user * Updated structure after pull request commits * Update keyboards/kiwikeebs/macro/config.h * Update keyboards/kiwikeebs/macro/info.json
Description
My first Git PR! So users can easily use QMK configuration when receiving the board.
Added in a few files for a new keyboard design which I am launching very soon, I want to make sure others can easily use the QMK configurator to customise the board however they like! 👍 Want to get this up so I can test the QMK Configurator as an end user!
Types of Changes
No changes to the core of QMK, only addition of a new keyboard folder for KiwiKeebs MacroBoard v1.0.
Issues Fixed or Closed by This PR
Checklist