-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
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
Adding Dygma Raise #13543
Adding Dygma Raise #13543
Conversation
This adds support for the Dygma Raise. Since QMK doesn't yet support the SAMD21 MCU, instead this uses a STM32 Blackpill that connects to each half.
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.
js is sort of foreign to me but all else looks good!
LAYOUT_all is just a copy of the iso layout, but as per docs, this is recommended.
@drashna could I get a review? |
Co-authored-by: Joel Challis <git@zvecr.com>
1. Move keyboard to handwired 2. Consolidate led config away from keymaps 3. Add copyright headers
Thanks @zvecr -- back to you! |
This fixes a bug with leds not turning off completely
What will happen when proper SAMD21 arrives? I mean, will this STM32 approach go away and give its way to SAMD21 one? oh, I noticed. this one is placed under keyboards/handwired . |
Co-authored-by: Ryan <fauxpark@gmail.com>
@fauxpark we previously discussed converting to matrix lite, most of the matrix lite functionality would have to be bypassed, which doesn't make much sense: https://github.com/qmk/qmk_firmware/pull/13543/files#r680152929 Is that a blocker? The qmk build files still confuse me, can you be more specific on what should go in what file? Is this right?
Any other changes required to get this merged? |
1 to 4 are correct, and each should have |
I have the changes on a branch, just need to test it. Coming soon! |
Co-authored-by: Ryan <fauxpark@gmail.com>
Thanks for the quick review @fauxpark! Applied and I tested it on hardware. |
@fauxpark any chance this can be merged? |
Thank you for your contribution! |
Bump |
# Build Options | ||
# change yes to no to disable | ||
# | ||
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
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.
We do highly recommend enabling this, since it adds a way to get into the bootloader to reflash, if a reset button isn't readily accessible.
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
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.
Thanks! |
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
This adds support for the Dygma Raise. Since QMK doesn't yet support the SAMD21 MCU (which the neuron uses), instead this uses a STM32 Blackpill that connects to each half.
Types of Changes
Checklist