You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
A web configurator would be neat to have so that you dont need to reprogram your macropad in order to set up more layers or change the keycodes
Describe the solution you'd like
A web configurator should be able to be hosted on the ESP32-S2
This would require a webserver, frontend and data transfer/parsing between the two
This ideally would be in JSON but more research would be required for this.
There should also be a way to get all the possible keycodes for the webserver or this might be hardcoded in the frontend with a way to register custom keycodes.