-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 Vial support for idobao/montex/v2 #546
Conversation
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.
Ouch. Right now local build system reports 4 free bytes: What should I change to get same result as yours? The difference is quite notable. I see how to save 100 bytes more, but 202 would be complicated. |
I'm guessing you aren't using the same version of
|
Looks like I use
Already used all options from this manual. I have enabled TAP_DANCE_ENABLE as in my setup I was geting 4 bytes free, probably will disable it again. Thank you for this reference, I will take a close look on it. |
The QMK container uses 8.3.0, it seems. I'd probably get rid of magic, space-cadet shifts and/or grave escape. Locking key support is also a pretty good option if it's still there; basically no one has locking switches (and even if they did, who would put one on a numpad?) |
Oh, ok. Good to know! I can downgrade in due case or use the same container. Any plans to upgrade this container? ;-)
Thanks a lot for these tips! |
Proposed changes led me to 2K extra free space! |
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.
Builds :)
Any plans to upgrade this container? ;-)
That question would be better asked of the repository's maintainers, but I'm guessing a very important blocker is that there is no 8.5.x for the Dockerfile to pull from ZakKemble's releases.
Great news! Thanks a lot for your kind help! |
remove repeating line
No description provided.