Skip to content
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

Merged
merged 7 commits into from
May 24, 2018
Merged

Refactor for Alps64 #3029

merged 7 commits into from
May 24, 2018

Conversation

noroadsleft
Copy link
Member

Refactor keyboards/alps64/:

  • deletes LAYOUT_kc macro from alps64.h
  • modifies keymaps/default/keymap.c to use LAYOUT_all macro

@noroadsleft
Copy link
Member Author

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?

@@ -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( \
Copy link
Contributor

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

@mechmerlin
Copy link
Contributor

While you're refactoring this, it would be great to change LAYOUT_standard_60 to LAYOUT_60_ansi

@mechmerlin
Copy link
Contributor

You may also want to put a LAYOUTS = 60_ansi in rules.mk

@mechmerlin
Copy link
Contributor

looks good!

@drashna
Copy link
Member

drashna commented May 24, 2018

Thanks!

@drashna drashna merged commit 3a4a28a into qmk:master May 24, 2018
@noroadsleft noroadsleft deleted the c10r-alps64 branch May 25, 2018 01:00
carlpehrson pushed a commit to carlpehrson/qmk_firmware that referenced this pull request May 30, 2018
* 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
yamad pushed a commit to yamad/qmk_firmware that referenced this pull request Apr 10, 2019
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants