mirror of
https://github.com/He4eT/cantor-mx-tastatura.git
synced 2026-05-05 01:47:23 +00:00
Update README.md
This commit is contained in:
parent
fd708093a7
commit
d8c74a139e
1 changed files with 13 additions and 7 deletions
20
README.md
20
README.md
|
|
@ -13,19 +13,25 @@ It's my personal layout for the [custom build](https://gitea.dmz.rs/Decentrala/c
|
||||||
git clone --recurse-submodules git@github.com:vial-kb/vial-qmk.git
|
git clone --recurse-submodules git@github.com:vial-kb/vial-qmk.git
|
||||||
cd vial-qmk
|
cd vial-qmk
|
||||||
```
|
```
|
||||||
- **Important**: In case of `blackpill_f411` use correspondent config!
|
|
||||||
- Copy the `cantor` directory from `./config/cantor/` to `vial-qmk/keyboards/cantor`.
|
|
||||||
- Connect the controller to your computer using a USB cable
|
- Connect the controller to your computer using a USB cable
|
||||||
|
|
||||||
|
- ### Blackpill, 25MHz
|
||||||
|
- **Optional**: add `#define EE_HANDS` in `vial-qmk/keyboards/cantor/keymaps/vial/config.h`
|
||||||
|
|
||||||
|
- ### Blackpill (f411), 8mhz,
|
||||||
|
- **Important**: In case of `blackpill_f411` use correspondent config!
|
||||||
|
- Copy the `cantor` directory from `./config/cantor/` to `vial-qmk/keyboards/cantor`.
|
||||||
|
|
||||||
- Start the flashing process for the controller (Docker required):
|
- Start the flashing process for the controller (Docker required):
|
||||||
- Default config:
|
- With EE_HANDS in config:
|
||||||
```
|
|
||||||
sudo util/docker_build.sh cantor:vial:flash
|
|
||||||
```
|
|
||||||
- EE_HANDS config:
|
|
||||||
```
|
```
|
||||||
sudo util/docker_build.sh cantor:vial:dfu-util-split-left
|
sudo util/docker_build.sh cantor:vial:dfu-util-split-left
|
||||||
sudo util/docker_build.sh cantor:vial:dfu-util-split-right
|
sudo util/docker_build.sh cantor:vial:dfu-util-split-right
|
||||||
```
|
```
|
||||||
|
- Without EE_HANDS in config:
|
||||||
|
```
|
||||||
|
sudo util/docker_build.sh cantor:vial:flash
|
||||||
|
```
|
||||||
- Use the onboard BOOT0 and NRST button to put the board into bootloader mode:
|
- Use the onboard BOOT0 and NRST button to put the board into bootloader mode:
|
||||||
- press and hold the BOOT0 button
|
- press and hold the BOOT0 button
|
||||||
- press and release NRST (reset) button to power cycle the processor
|
- press and release NRST (reset) button to power cycle the processor
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue