-
-
Notifications
You must be signed in to change notification settings - Fork 40.6k
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
Conversation
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 |
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.
Why do we need to #define KEYMAP to this?
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 don't, this was a "quick and dirty" change, and I didn't want to change all of the keymaps.
81e522b
to
9fd2f1c
Compare
Fixed in #3171 |
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