-
-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
Add support for Rastersoft MiniTKL #20230
Conversation
f088faf
to
ae6b8c5
Compare
7b551ec
to
ccf9b2b
Compare
d279fb0
to
99d7aec
Compare
3ee5e0a
to
34b42db
Compare
684ca0b
to
38e6fc0
Compare
e583f32
to
2377e4a
Compare
Thank you for your contribution! |
c647423
to
38dc6a9
Compare
This keyboard has an ATmega32U processor and three SK6812 leds. The leds are controlled using the SPI, which results in less CPU and memory usage. The keyboard info is available at: https://gitlab.com/rastersoft/full-ten-keyless
The MR qmk#20303 will move the "pin" element from rgblight to ws2812. This patch adds that wile preserving the old, thus being compatible with both the old and the new format. When that MR is merged, the old element can be safely removed.
38dc6a9
to
eda59c3
Compare
This keyboard has an ATmega32U4 processor and three SK6812 leds.
The keyboard info is available at:
https://gitlab.com/rastersoft/full-ten-keyless
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist