-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
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 VIA support for yd60mq #10273
Add VIA support for yd60mq #10273
Conversation
commit 4140a8a471672599da634a3fd2d44122ad4f9601 Author: DisguisedOtter <[email protected]> Date: Wed Sep 9 12:06:10 2020 +0200 add via keymap commit a49aed8b4588abd803df293605195a4f808c9084 Author: DisguisedOtter <[email protected]> Date: Wed Sep 9 12:00:19 2020 +0200 add via keymap commit a916bf4d6968dacb9a7074c809e995bc317408c6 Author: DisguisedOtter <[email protected]> Date: Wed Sep 9 11:58:24 2020 +0200 disable rgb commit 6c4b0a3e00c6cb7206c393ae2696ff2340b99507 Author: DisguisedOtter <[email protected]> Date: Wed Sep 9 11:52:19 2020 +0200 testing layout configuration::wq
Anything I need to change? As far as I can tell it builds with the default keymaps, it just fails on some rgb stuff that's not used in the via config |
hey, I actually wanted to port this board to via too and found your pr's: For me (and in CI too) the build fails due to the following error:
How did managed to compile your version? EDIT:
|
Yeah, I mentioned in the PR that those need to be defined for some keymaps, however with the default keymaps it builds without it. Mine doesn't have any backlight so for me there was no way to test and build it with RGB enabled. |
Ok. First I made a mistake and checked out your master which probably lead to my build errors. To clarify: You have an "unmodified" yd60mq without any underglow leds? I am asking, as I've never seen such a model. Following the logic of the old PR #8629. This would result in a new Can you provide some information about your board e.g. photos or links? I have 2 problems with your current implementation:
This has following advantages:
Maybe we could also give the |
Hmm, I made a mistake. I have the 'regular' yd60, which is basically the yd60mq without underglow leds. It uses the same firmware and everything though. Guess it needs to be added as a separate device though. I'll change what's needed and put in a new PR. |
Well, nevertheless VIA support for the yd60mq is a desirable feature. Will you add this to your new PR too, or should I open another PR? Also, if you introduce a new board, I would advice you to put into into the |
Description
Add via support for yd60mq. This is without backlight support, as I wasn't comfortable defining 12 or 16 led. It can be enabled easily if you define BACKLIGHT_NUM and change RGBLIGHT_ENABLE to yes. Also add a keymap to use with via
Types of Changes
Issues Fixed or Closed by This PR
none
Checklist