VIA Web Application - Your keyboards best friend
VIA is a powerful, open-source web-based interface for configuring your QMK-powered mechanical keyboard. It allows you to customize your keymaps, create macros, and adjust RGB settings (if it has RGB) on the fly, without needing to recompile your keyboard's firmware. This makes keyboard customization easier and more accessible for everyone.
Are you a keyboard maker or a developer interested in adding support for your keyboard? We welcome contributions to the VIA project!
- The source code of the keyboard has to be merged in QMK Firmware Repositories Master branch.
- Your
keymaps/via
keymap has to be merged in VIA's QMK Userspace Repository Main branch. - Create a definition in JSON format for your keyboard and submit it as a pull request to VIA's Keyboards Repository Master branch.
Please follow our Specification documentation carefully to ensure your pull request is smoothly reviewed and merged.
Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Builds a static copy of your site to the build/
folder.
Your app is ready to be deployed!
Launches the application test runner.
Run with the --watch
flag (npm test -- --watch
) to run in interactive watch mode.
This project is tested with BrowserStack.
@cebby2420 has kindly made a desktop app that does so.
You can find it at https://github.com/cebby2420/via-desktop.
NOTE: This project has no official affiliation with VIA, and we cannot provide support for it.
If you encounter any issues or bugs while using the VIA web application, please report them by opening an issue in the Issues section. This will help us to track down and resolve problems, and improve the VIA experience for everyone.
Before reporting, please make sure to check if an issue has already been reported. Thank you!