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

QMK-ify some GPIO macros #8315

Merged
merged 3 commits into from
Apr 30, 2020
Merged

Conversation

fauxpark
Copy link
Member

@fauxpark fauxpark commented Mar 4, 2020

Description

The stuff in pincontrol.h is AVR-specific. We should encourage the use of setPin*() and writePin*() instead.

I've left the instances of these in the Adafruit BLE code for now, because I've already done that in #8299 (though I could always rebase).

Tagging @drashna and @mtdjr as this touches your keymap/user code, but there should be no functional difference.

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

Checklist

  • My code follows the code style of this project.
  • 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).

Copy link
Member

@noroadsleft noroadsleft left a comment

Choose a reason for hiding this comment

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

Looks good to me, pending approval of the affected users.

@noroadsleft noroadsleft requested a review from a team March 5, 2020 17:33
@drashna drashna requested a review from a team March 7, 2020 00:11
@tzarc tzarc requested a review from a team March 8, 2020 04:58
@tzarc
Copy link
Member

tzarc commented Mar 8, 2020

Just waiting for confirmation from @mtdjr for merge.

@tzarc tzarc added the pending_user_approval Awaiting feedback from a user before merge is allowed label Mar 21, 2020
@fauxpark fauxpark force-pushed the remove-pincontrol-usages branch from 3e16f88 to 548151f Compare April 27, 2020 06:36
@fauxpark fauxpark merged commit 16a15c1 into qmk:master Apr 30, 2020
@fauxpark fauxpark deleted the remove-pincontrol-usages branch April 30, 2020 06:24
violet-fish pushed a commit to violet-fish/qmk_firmware that referenced this pull request May 3, 2020
bitherder pushed a commit to bitherder/qmk_firmware that referenced this pull request May 15, 2020
drashna pushed a commit to zsa/qmk_firmware that referenced this pull request May 24, 2020
sowbug pushed a commit to sowbug/qmk_firmware that referenced this pull request May 24, 2020
fdidron pushed a commit to zsa/qmk_firmware that referenced this pull request Jun 12, 2020
turky pushed a commit to turky/qmk_firmware that referenced this pull request Jun 13, 2020
jakobaa pushed a commit to jakobaa/qmk_firmware that referenced this pull request Jul 7, 2020
sjmacneil pushed a commit to sjmacneil/qmk_firmware that referenced this pull request Feb 19, 2021
BorisTestov pushed a commit to BorisTestov/qmk_firmware that referenced this pull request May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core enhancement keyboard keymap pending_user_approval Awaiting feedback from a user before merge is allowed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants