-
-
Notifications
You must be signed in to change notification settings - Fork 39.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
#define AUTO_SHIFT_SETUP #8441
#define AUTO_SHIFT_SETUP #8441
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.
I would say the logic of AUTO_SHIFT_SETUP
reads badly to what it actually does and should really be renamed. Naming things is always difficult, but its closer to AUTO_SHIFT_NO_SETUP
.
Also should we be stripping out the enable/disable functions?
my bad I thought I used
|
Changed `#ifndef` to `#ifdef` and moved enable disable outside AUTO_SHIFT_SETUP
I missed the keycodes, force pushed to avoid unnecessary commits in the history |
I would rather keep the old behaviour as default so we are not silently breaking existing users workflow. Without maintaining the existing contract, it will need to go through the breaking change process. Going with something like |
I'm only 'removing' the report function can't imagine anyone using that on daily basis, But I get your point.
Sent from ProtonMail mobile
…-------- Original Message --------
On Mar. 16, 2020, 2:38 p.m., Joel Challis wrote:
I would rather keep the old behaviour as default so we are not silently breaking existing users workflow. Without maintaining the existing contract, it will need to go through the breaking change process.
Going with something like AUTO_SHIFT_NO_SETUP allows us to avoid that.
—
You are receiving this because you authored the thread.
Reply to this email directly, [view it on GitHub](#8441 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ADKKNX3DA2GMSSBGXGALNM3RHZW3FANCNFSM4LLTKN7Q).
|
I just made the change and went to reflect it in the docs and found Am I implementing a feature that has supposed to have existed for a while now? |
@zvecr its no longer a breaking change |
Retargeted to |
550bb6a
to
9d827f9
Compare
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.
Slight __attribute__ ((weak))
✔️ as I don't use Auto Shift.
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 Thanks for contributing! |
* #define AUTO_SHIFT_SETUP * Clarification Changed `#ifndef` to `#ifdef` and moved enable disable outside AUTO_SHIFT_SETUP * AUTO_SHIFT_NO_SETUp
* #define AUTO_SHIFT_SETUP * Clarification Changed `#ifndef` to `#ifdef` and moved enable disable outside AUTO_SHIFT_SETUP * AUTO_SHIFT_NO_SETUp
* #define AUTO_SHIFT_SETUP * Clarification Changed `#ifndef` to `#ifdef` and moved enable disable outside AUTO_SHIFT_SETUP * AUTO_SHIFT_NO_SETUp
* #define AUTO_SHIFT_SETUP * Clarification Changed `#ifndef` to `#ifdef` and moved enable disable outside AUTO_SHIFT_SETUP * AUTO_SHIFT_NO_SETUp
This wasn't technically on my master branch I was using a seperate instance in a different location. because at the time I had implemented alot of small breaking changes do to memory constraints in my controller. |
* #define AUTO_SHIFT_SETUP * Clarification Changed `#ifndef` to `#ifdef` and moved enable disable outside AUTO_SHIFT_SETUP * AUTO_SHIFT_NO_SETUp
Description
I added a config option called AUTO_SHIFT_SETUP for
autoshift_timer_report
autoshift_enable
autoshift_disable
funtions andKC_ASRP
KC_ASUP
KC_ASDN
keycodesTypes of Changes
Issues Fixed or Closed by This PR
Checklist