{"id":42503552,"url":"https://github.com/d3adb5/build-qmk-fw","last_synced_at":"2026-01-28T13:36:37.381Z","repository":{"id":214842079,"uuid":"737486609","full_name":"d3adb5/build-qmk-fw","owner":"d3adb5","description":"Build your QMK firmware from source by pointing to your keymap of choice.","archived":false,"fork":false,"pushed_at":"2024-04-29T04:46:34.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-29T05:36:15.814Z","etag":null,"topics":["github-actions","github-actions-docker","qmk-firmware"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d3adb5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-31T08:07:02.000Z","updated_at":"2024-04-29T04:44:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"a39a5033-9a65-46f7-a062-2b3c9b0b5144","html_url":"https://github.com/d3adb5/build-qmk-fw","commit_stats":null,"previous_names":["d3adb5/build-qmk-fw"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/d3adb5/build-qmk-fw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3adb5%2Fbuild-qmk-fw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3adb5%2Fbuild-qmk-fw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3adb5%2Fbuild-qmk-fw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3adb5%2Fbuild-qmk-fw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d3adb5","download_url":"https://codeload.github.com/d3adb5/build-qmk-fw/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3adb5%2Fbuild-qmk-fw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions","github-actions-docker","qmk-firmware"],"created_at":"2026-01-28T13:36:36.726Z","updated_at":"2026-01-28T13:36:37.373Z","avatar_url":"https://github.com/d3adb5.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build QMK Firmware\n\nBuild QMK firmware for your keyboard using your keymap with GitHub Actions.\n\n## Options\n\n| Input               | Description                                                    | Required | Default      |\n|:--------------------|:---------------------------------------------------------------|:---------|:-------------|\n| `keyboard`          | The target keyboard for this firmware build                    | Yes      |              |\n| `keymap`            | The keymap to build for this firmware                          | Yes      | `default`    |\n| `controller`        | The controller to build for this firmware                      | No       |              |\n| `local-keymap-path` | Path to a local keymap directory to inject into the QMK home   | No       | ` `          |\n| `output-dir`        | Directory in the workspace where built firmware will be placed | No       | `qmk-output` |\n\nThe `output-dir` input is the directory in your GitHub Actions workflow's\nworkspace where the built firmware images will be placed. The `built-images`\noutput will be set to a comma-separated list of files placed in that directory.\n\n## Example\n\n```yaml\nname: Build my QMK configuration\n\non:\n  push:\n    branches:\n      - master\n  pull_request: {}\n\njobs:\n  build-qmk:\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: actions/checkout@v4\n      - uses: d3adb5/build-qmk-fw@v1\n        with:\n          keyboard: dztech/dz65rgb/v3\n          keymap: my-keymap\n          controller: helios\n          local-keymap-path: keymaps/my-keymap\n          output-dir: qmk-firmware-to-be-flashed\n\n      - uses: actions/upload-artifact@v4\n        with:\n          name: built-images\n          path: qmk-firmware-to-be-flashed\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3adb5%2Fbuild-qmk-fw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd3adb5%2Fbuild-qmk-fw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3adb5%2Fbuild-qmk-fw/lists"}