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

keebio/sinc: add vial support for rev2 #785

Open
wants to merge 1 commit into
base: vial
Choose a base branch
from

Conversation

ti-mo
Copy link

@ti-mo ti-mo commented Sep 5, 2024

Hi, looks like this was attempted before in #404, though unsuccessfully. A few things have changed in QMK, and the official rev4 vial keymap landing was a huge help in getting this set up.

As such, this is mostly a copy of rev4, though with none of the rp2040 stuff since the rev2 is an atmega that has most of the boilerplate well taken care of by qmk itself. I suspect this can be copy-pasted verbatim to the rev1 board, since afaik it's fairly similar.

The changes made to keyboard.json are mostly to switch from rgblight/backlight to rgb_matrix, mainly to support sleep on idle and suspend. While making this PR, I just realized the backlight feature I removed must be for the monochrome per-key lighting but I haven't seen anyone actually use that in the past decade or so. Removing it yielded a nice space savings, but I can try to reenable it if necessary. While I had it enabled during development, I didn't see a way to configure it in the Vial UI, though, so I'm not sure how it's supposed to be used or how it works.

The rest is taken mostly unchanged from the rev4 keymap, with some rgb effects disabled since they don't act on underglow LEDs.

Let me know what you think!

@xyzz
Copy link
Contributor

xyzz commented Sep 7, 2024

the change to keyboard.json will cause conflicts with qmk, it needs to be limited to the vial folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants