-
-
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
Refactor for Alps64 #3029
Refactor for Alps64 #3029
Conversation
Sync operation
Sync operation
A procedural question @drashna (who will probably be the one reviewing this): Have my PRs today been manageable/well documented? Anything I could do better? |
keyboards/alps64/alps64.h
Outdated
@@ -106,21 +106,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
{ K70, K71, K72, K73, K74, K75, K76, K77 } \ | |||
} | |||
|
|||
#define LAYOUT_kc( \ |
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 am not in favor of removing the LAYOUT_kc macro as people do find this useful.
It's fine that we made LAYOUT_all the macro used by the default keymap, but we should keep LAYOUT_kc
While you're refactoring this, it would be great to change LAYOUT_standard_60 to LAYOUT_60_ansi |
You may also want to put a |
looks good! |
Thanks! |
* Refactor for Alps64 * Reverts deletion of LAYOUT_kc macro; renames LAYOUT_standard_60 to LAYOUT_60_ansi * Add LAYOUTS = 60_ansi to rules.mk * Rename LAYOUT_standard_60 to LAYOUT_60_ansi in info.json
* Refactor for Alps64 * Reverts deletion of LAYOUT_kc macro; renames LAYOUT_standard_60 to LAYOUT_60_ansi * Add LAYOUTS = 60_ansi to rules.mk * Rename LAYOUT_standard_60 to LAYOUT_60_ansi in info.json
Refactor
keyboards/alps64/
:LAYOUT_kc
macro fromalps64.h
keymaps/default/keymap.c
to useLAYOUT_all
macro