Add information about vial configuration

This commit is contained in:
Thomas Haukland
2024-04-07 22:26:53 +02:00
parent fc0937934d
commit e4a8da9a60
2 changed files with 16 additions and 0 deletions
+15
View File
@@ -1,6 +1,21 @@
Configuring using vial
======================
This is the easiest way of setting up your keyboard:
1. Download cheapino_vial.uf2 file for your release(1 or 2)
2. Put your rp2040-zero in dfu mode by holding boot button while you plug in usb c
3. Drag and drop uf2 file to the usb drive that popped up after 2.
4. Download vial from here: https://get.vial.today/download/
5. Open it and start customizing
For now, you will not be able to customize encoder with this.(working on it...)
Setting up and compiling qmk
============================
For most flexibility, you want to compile the qmk firmware yourself.
Unfortunately, the cheapino firmware is not merged into the official qmk repository,
so there are a few extra steps to setting up qmk for compiling cheapino.
This is the recipe for windows(for mac/linux, install qmk the recommended way and jump to step 3):