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

Via keymap removed from QMK #11

Open
danderson opened this issue Nov 16, 2024 · 1 comment
Open

Via keymap removed from QMK #11

danderson opened this issue Nov 16, 2024 · 1 comment

Comments

@danderson
Copy link

The instructions in https://github.com/ploopyco/adept-trackball/wiki/Appendix-D%3A-QMK-Firmware-Programming are slightly out of date. As of qmk/qmk_firmware@45dc249, all VIA keymaps were removed from the QMK repo, so building with -km via no longer works out of the box after following setup instructions.

I'm new to the QMK ecosystem and its roadmap, but I believe the expected new process is to set up https://github.com/the-via/qmk_userspace_via as a "userspace repo" in QMK to get the via keymaps back. I've not yet figured out how you're supposed to do this as the docs on userspace repos are a bit rough 😅 but I expect all the ploopy firmware docs that suggest via keymaps need updating.

@danderson
Copy link
Author

Turns out I was just not awake enough. To add the via keymaps back:

git clone https://github.com/the-via/qmk_userspace_via
qmk config user.overlay_dir=$(realpath qmk_userspace_via)

After which the appendix's build instructions work as before.

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

No branches or pull requests

1 participant