open source alternative to via https://get.vial.today
 
 
Go to file
Nisker 2cb4bcf9ba
Add danish keymap (#17)
* Add danish keymap

* Alphabetical order

* Alphabetical order at import

* backslash changed
2021-02-27 16:55:20 -05:00
.github/workflows
misc
src Add danish keymap (#17) 2021-02-27 16:55:20 -05:00
.gitignore
.python-version
COPYING
README.md Update readme 2021-02-16 13:18:22 -05:00
requirements.txt

README.md

vial-gui

Docs and getting started

Please visit get.vial.today to get started with Vial

Vial is an open-source cross-platform (Windows, Linux and Mac) GUI and a QMK fork for configuring your keyboard in real time, similar to VIA.


Releases

Visit https://get.vial.today/ to download a binary release of Vial.

Development

Python 3.6 is recommended (3.6 is the latest version that is officially supported by fbs).

Install dependencies:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

To launch the application afterwards:

source venv/bin/activate
fbs run