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

bface refactor #6333

Merged
merged 4 commits into from
Jul 15, 2019
Merged

bface refactor #6333

merged 4 commits into from
Jul 15, 2019

Conversation

mechmerlin
Copy link
Contributor

Description

Refactored the b.face to remove custom i2c and custom matrix.

Types of Changes

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

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).

writePinHigh(D6);
}

void backlight_set(uint8_t level) {
Copy link
Member

@fauxpark fauxpark Jul 15, 2019

Choose a reason for hiding this comment

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

The Backlight feature supports defining multiple pins in software (with hardware timer) PWM mode: https://docs.qmk.fm/#/feature_backlight?id=multiple-backlight-pins
Though it is apparently experimental, might be worth a try. Apart from D4, the other three pins here are not hardware PWM capable anyway on the 32A.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I really hope people stop making BMC compatible boards. Old boards I can understand but new ones, not so much.

@drashna drashna merged commit 7ba82cb into qmk:master Jul 15, 2019
@mechmerlin mechmerlin deleted the feature/bface branch July 30, 2019 18:15
swanmatch pushed a commit to swanmatch/qmk_firmware that referenced this pull request Sep 3, 2019
* remove custom matrix support

* remove custom i2c and led driver

* minor cleanups

* update readme
ridingqwerty pushed a commit to ridingqwerty/qmk_firmware that referenced this pull request Jan 10, 2020
* remove custom matrix support

* remove custom i2c and led driver

* minor cleanups

* update readme
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