Skip to content

fix: name split esp32 firmware images after the keyboard - #24

Merged
HaoboGu merged 1 commit into
mainfrom
fix/split-esp-image-names
Jul 4, 2026
Merged

fix: name split esp32 firmware images after the keyboard#24
HaoboGu merged 1 commit into
mainfrom
fix/split-esp-image-names

Conversation

@HaoboGu

@HaoboGu HaoboGu commented Jul 4, 2026

Copy link
Copy Markdown
Collaborator

Split esp32 templates (c3/c6/s3/h2) merged espflash images to hardcoded central.bin/peripheral.bin, so users building several keyboards get indistinguishable files. Other split templates already follow the {{ project_name }}-central.uf2 convention, and non-split esp32 templates use {{ project_name }}.bin; this aligns the split esp32 templates with them. rmkit substitutes {{ project_name }} in all .toml files, so Makefile.toml is covered.

Reported by @peterjc in https://github.com/peterjc/rmk-pico-keyboards/actions/runs/28672157097/job/85037673964 (esp32h2). Companion workflow fix that actually uploads esp32 .bin artifacts: rmk-rs/rmk#903

Verified locally: generated a project from the updated esp32h2_split template (mimicking rmkit substitution) and ran cargo make uf2 --release — produced Fly_Half_ESP32H2-central.bin and Fly_Half_ESP32H2-peripheral.bin.

Split esp32 templates merged to hardcoded central.bin/peripheral.bin,
unlike the {{ project_name }}-central.uf2 convention of other split
templates. Use {{ project_name }}-central/peripheral.bin instead.
@HaoboGu
HaoboGu merged commit aa6d51d into main Jul 4, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant