-
-
Notifications
You must be signed in to change notification settings - Fork 39.4k
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
Add keyboards/whitefox/keymaps/constexpr #3541
Conversation
TAP_DANCE_ENABLE = yes | ||
UNICODE_ENABLE = yes | ||
|
||
ifndef QUANTUM_DIR |
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.
This block is a hold over from an older makefile configuration. If you could remove it?
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 was wondering about this. Sure thing, I'll do that right away.
@@ -0,0 +1,19 @@ | |||
#ifndef CONFIG_USER_H |
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.
Could you remove the first three lines and the #endif
at the end and use just #pragma once
Eg, remove this:
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
And the #endif
at the end.
And the username is fine. Using the github account name is just a recommendation, not a requirement. |
Awesome, thanks! |
* Add keyboards/whitefox/keymaps/constexpr * Conform to project coding conventions * Tweak numpad layer keys * Remove unnecessary directives
* Add keyboards/whitefox/keymaps/constexpr * Conform to project coding conventions * Tweak numpad layer keys * Remove unnecessary directives
* Add keyboards/whitefox/keymaps/constexpr * Conform to project coding conventions * Tweak numpad layer keys * Remove unnecessary directives
My WhiteFox/NightFox keymap.
I used my GeekHack username as I don't really go by vomindoraan in the keyboard community. If it's customary to use GitHub usernames, let me know and I'll rename the folder.