Skip to content

Commit

Permalink
Update release script for flattened keyboard architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
burkfers authored and 0xcharly committed May 14, 2024
1 parent 184d5a3 commit f0f1e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bastardkb_build_releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class FirmwareList(NamedTuple):
# their "vendor" configuration is using the `default` keymap instead.
*tuple(
Firmware(
keyboard=f"{keyboard}/v2/splinky_3",
keyboard=f"{keyboard}",
keyboard_alias=keyboard,
keymap="default",
keymap_alias="vendor",
Expand All @@ -117,7 +117,7 @@ class FirmwareList(NamedTuple):
# the `via` keymap instead.
*tuple(
Firmware(
keyboard=f"{keyboard}/v2/splinky_3",
keyboard=f"{keyboard}",
keyboard_alias=keyboard,
keymap="via",
keymap_alias="vendor",
Expand Down

0 comments on commit f0f1e51

Please sign in to comment.