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

How does VIAL handle persistent configuration/saving custom configs onto EEPROM #455

Open
doesntfazer opened this issue May 4, 2023 · 1 comment

Comments

@doesntfazer
Copy link
Contributor

I have some custom keycodes that change the speed of scrolling. I would like to save the user set speeds to be saved to the EEPROM but it does not look like VIAL has the feature_eeprom in it yet. Is there a different way that this is handled by VIAL?

https://github.com/qmk/qmk_firmware/blob/master/docs/feature_eeprom.md

@lesshonor
Copy link
Contributor

lesshonor commented Jun 6, 2023

it does not look like VIAL has the feature_eeprom in it yet.

https://github.com/vial-kb/vial-qmk/blob/105915582a4cfc15a9422f9633eccc656dd1cbb2/docs/custom_quantum_functions.md#persistent-configuration-eeprom ?

There are a lot of boards that persist unique settings to (emulated) EEPROM as well; search the repository for examples.

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

2 participants