Skip to content

Commit

Permalink
Adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcharly committed Oct 30, 2022
1 parent 4bd5787 commit 1d36c9d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 6 additions & 6 deletions bastardkb_build_releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ class FirmwareList(NamedTuple):
ARM_MCUS: Sequence[str] = (
"blackpill",
"v2/stemcell",
"v2/splinky",
"v2/splinky/v2",
"v2/splinky/v3",
)

ALL_MCUS: Sequence[str] = (
Expand Down Expand Up @@ -159,10 +160,9 @@ class FirmwareList(NamedTuple):
Firmware(keyboard="dilemma/3x5_2/splinky", keymap="via", keymap_alias="stock"),
),
),
# All firmwares built on the `bkb-master-feat-zykrah-vial` branch, ie. the
# branch tracking `zykrah/vial-qmk:vial-develop`.
# All firmwares built on the `bkb-vial` branch, ie. the branch tracking `vial-kb/vial-qmk:vial`.
FirmwareList(
branch="bkb-master-feat-zykrah-vial",
branch="bkb-vial",
configurations=(
*tuple(
Firmware(keyboard=f"{keyboard}/{mcu}", keymap="vial")
Expand All @@ -177,8 +177,8 @@ class FirmwareList(NamedTuple):
)
for keyboard in ALL_BASTARD_KEYBOARDS
),
Firmware(keyboard="dilemma/assembled", keymap="vial"),
Firmware(keyboard="dilemma/splinky", keymap="vial"),
Firmware(keyboard="dilemma/3x5_2/assembled", keymap="vial"),
Firmware(keyboard="dilemma/3x5_2/splinky", keymap="vial"),
),
),
# All LTS firmwares built on the `bkb-lts-vial` branch, ie. the branch
Expand Down
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ bastardkb_{keyboard}_{mcu-adapter}_{keymap}

- `v1_elitec`
- `v2_elitec`
- `v2_splinky`
- `v2_splinky_v2`
- `v2_splinky_v3`
- `v2_stemcell`
- `blackpill`

Expand Down Expand Up @@ -175,7 +176,8 @@ For **all other boards**, it can be one of the following:

- `v1_elitec`
- `v2_elitec`
- `v2_splinky`
- `v2_splinky_v2`
- `v2_splinky_v3`
- `v2_stemcell`
- `blackpill`

Expand Down

0 comments on commit 1d36c9d

Please sign in to comment.