-
-
Notifications
You must be signed in to change notification settings - Fork 41k
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
Added keymap folder matching username to rorschach; added readme to old keympa #5970
Conversation
|
||
//Tap Dance Declarations | ||
enum { | ||
ADJ = 0, |
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.
ADJ = 0, | |
ADJ, |
This is not really necessary, the enum numbering always starts at 0.
|
||
} | ||
return false; | ||
break; |
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.
break
after return
is dead code.
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.
Honestly, I think that removing return false
is better than removing break.
Some functionality breaks if you return false (such as one shots).
# the appropriate keymap folder that will get included automatically | ||
# | ||
|
||
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
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.
You can remove all of these that haven't changed from the keyboard-level rules.mk
.
…adme to old keympa (qmk#5970) * Added keymap folder matching username; added readme to old keymap * Update config.h
…adme to old keympa (qmk#5970) * Added keymap folder matching username; added readme to old keymap * Update config.h
…adme to old keympa (qmk#5970) * Added keymap folder matching username; added readme to old keymap * Update config.h
…adme to old keympa (qmk#5970) * Added keymap folder matching username; added readme to old keymap * Update config.h
…adme to old keympa (qmk#5970) * Added keymap folder matching username; added readme to old keymap * Update config.h
…adme to old keympa (qmk#5970) * Added keymap folder matching username; added readme to old keymap * Update config.h
Description
Types of Changes