initial
This commit is contained in:
1651
doc/assets/crkbd_rev1_via.hex
Normal file
1651
doc/assets/crkbd_rev1_via.hex
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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**".
|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||
@@ -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
|
||||
|
||||

|
||||
|
||||
### 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.
|
||||
|
||||

|
||||
|
||||
### 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.
|
||||
|
||||

|
||||
|
||||
### LIGHTING
|
||||
### Lighting
|
||||
|
||||
In this screen, you can change the pattern and color of the LEDs.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user