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 yeehaw #12934

Merged
merged 10 commits into from
May 18, 2021
Merged

Fix yeehaw #12934

merged 10 commits into from
May 18, 2021

Conversation

ridingqwerty
Copy link
Contributor

Description

Original user submission contained #define ____ KC_TRNS which was suggested to be removed. However, this alias was left in the transparent layers of the VIA keymap.

This is a quick fix to remedy that by replacing the undefined, non-core alias of four consecutive underscores with the core alias of seven consecutive underscores.

Types of Changes

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

Issues Fixed or Closed by This PR

  • Undefined, non-core KC_TRNS alias ____ has been lengthened to core alias _______.

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

@ridingqwerty ridingqwerty added keymap via Adds via keymap and/or updates keyboard for via support labels May 18, 2021
@ridingqwerty ridingqwerty merged commit d86a97a into qmk:master May 18, 2021
leland-kwong pushed a commit to leland-kwong/qmk_firmware that referenced this pull request May 23, 2021
* CRLF?

* Changed VIA keymap to use core KC_TRNS alias
HokieGeek pushed a commit to HokieGeek/qmk_firmware that referenced this pull request Jul 11, 2021
* CRLF?

* Changed VIA keymap to use core KC_TRNS alias
nhongooi pushed a commit to nhongooi/qmk_firmware that referenced this pull request Dec 5, 2021
* CRLF?

* Changed VIA keymap to use core KC_TRNS alias
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keymap via Adds via keymap and/or updates keyboard for via support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants