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

Added keymap folder matching username to rorschach; added readme to old keympa #5970

Merged
merged 2 commits into from
Jul 30, 2019
Merged

Added keymap folder matching username to rorschach; added readme to old keympa #5970

merged 2 commits into from
Jul 30, 2019

Conversation

tuesdayjohn
Copy link
Contributor

Description

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation


//Tap Dance Declarations
enum {
ADJ = 0,
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
ADJ = 0,
ADJ,

This is not really necessary, the enum numbering always starts at 0.


}
return false;
break;
Copy link
Member

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.

Copy link
Member

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)
Copy link
Member

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.

@drashna drashna added the keymap label May 24, 2019
@drashna drashna merged commit 046fb11 into qmk:master Jul 30, 2019
raymond-w-ko pushed a commit to raymond-w-ko/qmk_firmware that referenced this pull request Aug 4, 2019
…adme to old keympa (qmk#5970)

* Added keymap folder matching username; added readme to old keymap

* Update config.h
doughsay pushed a commit to doughsay/qmk_firmware that referenced this pull request Aug 31, 2019
…adme to old keympa (qmk#5970)

* Added keymap folder matching username; added readme to old keymap

* Update config.h
swanmatch pushed a commit to swanmatch/qmk_firmware that referenced this pull request Sep 3, 2019
…adme to old keympa (qmk#5970)

* Added keymap folder matching username; added readme to old keymap

* Update config.h
ripxorip pushed a commit to ripxorip/qmk_firmware that referenced this pull request Dec 3, 2019
…adme to old keympa (qmk#5970)

* Added keymap folder matching username; added readme to old keymap

* Update config.h
ridingqwerty pushed a commit to ridingqwerty/qmk_firmware that referenced this pull request Jan 10, 2020
…adme to old keympa (qmk#5970)

* Added keymap folder matching username; added readme to old keymap

* Update config.h
swamp09 pushed a commit to swamp09/qmk_firmware that referenced this pull request Mar 11, 2020
…adme to old keympa (qmk#5970)

* Added keymap folder matching username; added readme to old keymap

* Update config.h
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