-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Lotus 58 Glow - blok #20626
Lotus 58 Glow - blok #20626
Conversation
atmel-dfu to atmeldfu
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-Authored-By: CytaStorm <28843423+cytastorm@users.noreply.github.com>
Co-Authored-By: CytaStorm <28843423+cytastorm@users.noreply.github.com>
Cytastorm additions
Update readme.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes are mostly workarounds for some problems in the implementation of the promicro_to_blok
converter.
These problems should be fixed in the core instead, not papered over in each keyboard that uses the blok
controller. Ideally just using qmk flash ... -e CONVERT_TO=blok
should work without any controller-specific adjustments like that.
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Since it seems we are more fixing blok's silliness, can you help me figure this out? How does the converter handle the serial link? I think it's a bitbang driver on the pin in the caterina/pro micro implementation. Does that get converted to a PIO/vendor half duplex one by the converter, or is it a bitbang one still? |
Each converter can supply a SERIAL_DRIVER ?= vendor
WS2812_DRIVER ?= vendor
BACKLIGHT_DRIVER ?= software So the PIO-based |
Well, I'm not using backlight, so unfortunately that will be left to someone else to figure out then. But that solves the serial. |
Made redundant by other PR. |
Description
Added support for blok controller
Types of Changes
Issues Fixed or Closed by This PR
Checklist