Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamertz committed Nov 4, 2024
1 parent d50ef27 commit db8de45
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@

## Build firmware

```sh
# This will output the firmware file to `/result/glove80.uf2`
nix build
```
Executing `nix build` will output the firmware file to `/result/glove80.uf2`

## Flash firmware

First execute `nix run`, then connect both halves and put them into bootloader mode.

## Other

To format `.keymap` files in the repository run `nix run .#format .`

Running `nix build .#visual` generates a visualization of the keymap and writes it to `/result/layout.svg`

## Layout

![SVG of keyboard layout](assets/layout.svg)
Expand Down

0 comments on commit db8de45

Please sign in to comment.