Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bstiq committed Aug 6, 2024
2 parents ccf8d75 + b9c48ea commit 00c4d8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fw/compile-firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ This page details how to build your own firmware.
Building from source is useful to people who want to customize their keyboard and keymaps beyond what Via offers.
You will have to modify the keymap `C` code, and from there compile your firmware either using Github actions or the local command line.

If that seems too complicated, you can also use one of the [default releases](https://github.com/Bastardkb/bastardkb-qmk/releases/latest), or VIA.
If that seems too complicated, you can also use one of the [release firmware](https://github.com/Bastardkb/bastardkb-qmk/releases/latest) builds.

# Pre-requisites

## BastardKb userspace
## BastardKB userspace

While the QMK repository contains the logic behind the keyboards, the keymaps are in the userspace repository.

Expand Down Expand Up @@ -112,7 +112,7 @@ You can also compile your firmware through your local command line. This require

Make sure you have a functional QMK environment. See [QMK Docs](https://docs.qmk.fm/#/newbs) for details. At this point, **you don't need** to run `qmk setup`.

### BastardKb QMK fork
### BastardKB QMK fork

Clone the BKB QMK repository, using either github desktop or the command line, and switch to the `bkb-master` branch:

Expand Down

0 comments on commit 00c4d8d

Please sign in to comment.