This commit is contained in:
jack
2022-03-15 23:05:16 -06:00
parent 381b68f7eb
commit fb4dc70b4d
3 changed files with 1673 additions and 30 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -22,7 +22,7 @@ Open QMK Toolbox, you will see a window like the one below.
### Flash the firmware
Download the firmware of VIA from the following link.\
[crkbd_rev1_common_via.hex](https://raw.githubusercontent.com/foostan/qmk_firmware-hex/main/.build/crkbd_rev1_via.hex)
[crkbd_rev1_common_via.hex]()
Specify the file downloaded from "**Open**" in QMK Toolbox.
And enable the check box for "**Auto-Flash**".
@@ -30,7 +30,7 @@ And enable the check box for "**Auto-Flash**".
![qmk_toolbox_flash](assets/qmk_toolbox_flash.jpg)
With the keyboard connected via USB,
press the reset button to start flashing the firmware. \
press the reset button **twice** or short **GND & RST** pins on ProMicro to start flashing the firmware. \
If you see the message, it's done.
![qmk_toolbox_flashed](assets/qmk_toolbox_flashed.jpg)
@@ -48,25 +48,22 @@ Once the environment is ready,
build the firmware for Crkbd with the following command.
```
make crkbd/rev1/common:via
make crkbd:via
```
When the build is completed,
execute the following command.
execute the following command to flash.
```
make crkbd/rev1/common:via:avrdude
make crkbd:via:avrdude
```
When you execute it,
you will see the following log,
and you can progress by `.`s appearing.
Press the reset switch **twice** during this time to complete the firmware writing.
Depending on the ProMicro, it may be one time.
you will see the following output (`.`'s progressively appearing).
Press the reset switch **twice** or short **GND & RST** pins on ProMicro during this time to complete the firmware writing.
Depending on the ProMicro, it may be only require pressing reset switch once.
```
<Omitted>
Checking file size of crkbd_rev1_default.hex [OK]
* File size is fine-27328/28672
Copying crkbd_rev1_default.hex to qmk_firmware folder [OK]
@@ -95,9 +92,9 @@ When VIA is opened with the keyboard plugged in, the following window will appea
![via_begin](assets/via_begin.jpg)
### KEYMAP / CONFIGURE
### Configure
In this screen, you can change the key map.
In this screen, you can change the keymap.
There are several types of keys that can be changed
and you can find them in the "1" area.
@@ -107,7 +104,7 @@ VIA instantly changes the keymap.
![via_keymap_configure](assets/via_keymap_configure.jpg)
### KEYMAP / TESTER
### Tester
In this screen, you can test the operation of the keymap.
@@ -121,7 +118,7 @@ It is easier to check the operation of each switch after build.
![via_keymap_tester_matrix](assets/via_keymap_tester_matrix.jpg)
### LIGHTING
### Lighting
In this screen, you can change the pattern and color of the LEDs.