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

Meridian LED update #15329

Merged
merged 3 commits into from
Nov 28, 2021
Merged

Meridian LED update #15329

merged 3 commits into from
Nov 28, 2021

Conversation

Gondolindrim
Copy link
Contributor

@Gondolindrim Gondolindrim commented Nov 28, 2021

The Meridian PCB suffered a logistics/communication issue and some units were shipped with KTR1010 LEDs which are wildly out of timing when compared to the default WS2812 LEDs. In this regard, this firmware update makes use of the recent "ajustable timing parameters" recently merged into master from these PRs:

#14678
#15298
#15299

The updated firmware has two options, ws2812 and ktr1010 which compiling and flashing are explained in the readme.

Firmware-wise the difference between these options is that while the ws2812 option uses the common SPI driver with default timings, the ktr1010 options uses the bit-banged driver with the adjusted timing parameters. The PCB suffers no noticeable problems stemming from the bit-bang usage since it has only three RGB LEDs used for indicators.

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

Not exactly fixed or closed but this PR fulfills the initial intent of the PR lineage mentioned in the description: officially supporting the Meridian KTR1010 PCBs.

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

@Gondolindrim Gondolindrim marked this pull request as ready for review November 28, 2021 05:03
@drashna drashna requested a review from a team November 28, 2021 05:58
@tzarc tzarc merged commit d4690d0 into qmk:master Nov 28, 2021
rudism pushed a commit to rudism/qmk_firmware that referenced this pull request Jan 16, 2022
* Meridian first update

* Update README, adjust timing settings

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

None yet

3 participants