-
-
Notifications
You must be signed in to change notification settings - Fork 40.7k
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 support for Idobao Montex #13214
Conversation
Add Montex Numpad
Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]>
…firmware into montex-keyboard
Co-authored-by: Drashna Jaelre <[email protected]>
…firmware into montex-keyboard
@drashna Is there anything more you need from me to merge this in? |
Co-authored-by: Ryan <[email protected]>
Co-authored-by: Ryan <[email protected]>
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.
@NachoxMacho Have you compiled firmware from this code and flashed it to your Montex, and if so, does it work as expected?
There are apparent discrepancies between the QMK Configurator implementation and the submitted C source, and as I don't have this board and am not familiar with Idobao's boards in general, I can't say with certainty which "source of truth" is accurate.
Yes I have built and tested this code myself and it works. There was an issue of switched pins on the source JSON that idobao provided, but that has been fixed in this changset. |
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.
keyboards/montex/keymaps/default/config.h
still needs to be moved two directories up the tree. Without this change, any keymap that isn't default
will fail to compile.
@noroadsleft I have made the changes requested. Please review again when you have a chance |
Thanks! |
Co-authored-by: Drashna Jaelre <[email protected]> Co-authored-by: Ryan <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]> Co-authored-by: Ryan <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]> Co-authored-by: Ryan <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]> Co-authored-by: Ryan <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]> Co-authored-by: Ryan <[email protected]>
Description
Add the new Idobao montex numpad keyboard. This is my first contribution to qmk so let me know if I'm missing something from the PR checklist/style guide.
Types of Changes
Issues Fixed or Closed by This PR
Checklist