A Javascript function to convert the contents of a Vial layout file (.vil) into a QMK keymap.c style.
vil_json = JSON.parse(vil_contents);
keymap_c_contents = vial2c(vil_json);
source: https://github.com/ymkn/vial2c/blob/main/index.html
This project is licensed under the MIT License, see the LICENSE file for details.