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

Fix Ergodox KEYMAP macros #3052

Closed
wants to merge 6 commits into from
Closed

Fix Ergodox KEYMAP macros #3052

wants to merge 6 commits into from

Conversation

drashna
Copy link
Member

@drashna drashna commented May 25, 2018

To use the LAYOUT convention by default, and then map KEYMAP to that for compatibility.

I think @skullydazed mentioned some fix to the Configurator that may fix this. But just in case.... here is this PR

@drashna drashna requested a review from skullydazed May 25, 2018 19:04
noroadsleft added a commit to noroadsleft/qmk_firmware that referenced this pull request May 25, 2018
@drashna
Copy link
Member Author

drashna commented May 25, 2018

Travis CI errors are unrelated

@@ -151,7 +149,7 @@ inline void ergodox_led_all_set(uint8_t n) {
{ B80, B81, B82, B83, B84 } \
}

#define LAYOUT_ergodox KEYMAP
#define LAYOUT_ergodox_pretty KEYMAP_PRETTY
#define KEYMAP LAYOUT_ergodox
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need to #define KEYMAP to this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't, this was a "quick and dirty" change, and I didn't want to change all of the keymaps.

@drashna
Copy link
Member Author

drashna commented Jun 13, 2018

Fixed in #3171

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants