-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Vial Support for Cantor #141
Conversation
It's missing the default keymap, you should add it so that the build succeeds |
I have added the default keymap. |
Looks like it's still failing to compile |
keyboards/cantor/rules.mk
Outdated
VIA_ENABLE = yes # Enable VIA | ||
VIAL_ENABLE = yes # Enable VIAL |
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.
this should go inside a keymap
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.
Alright I moved those lines into keyboards/cantor/vial/rules.mk
* Porting Cantor * Fixed unlock combo coordinates * Removed extra rules file * Added default keymap * Fixed rules.mk
Hello I'd like to add Vial support for the Cantor. I believe I've set everything up correctly. Please advise if there are any changes that are required.