-
Notifications
You must be signed in to change notification settings - Fork 51
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
Migrate autocorrect to QMK Core? #4
Comments
Awesome, migrating into QMK core would be great. My only concern is license. Would this migration be possible with the current Apache license? The code is Google-owned, and they prefer to open source with Apache license. Let me know if that would work. Other than that, I am fully in support! Thanks for suggesting this. |
QMK uses gpl2+ specifically, which is compatible with apache sub-licensing. So it's definitely allowable. Also, with help, I have been able to migrate the database generation code into qmk-cli (as that is already python). I've opened a PR for qmk firmware, and you can take a look at it over here: |
Fantastic! Really cool to see how you weave it into QMK. I'll make a review pass on your PR. |
* home row mods * home row mods, better than I thought. * Number layout.
Would you be opposed if I migrated the code into QMK core?
It's a very useful feature, and I think that many more people would benefit from it. Also, the python can be integrated into the qmk utility.
The text was updated successfully, but these errors were encountered: