{"id":15620201,"url":"https://github.com/dbalatero/keyboard-config","last_synced_at":"2026-05-20T05:01:36.401Z","repository":{"id":66269226,"uuid":"289726184","full_name":"dbalatero/keyboard-config","owner":"dbalatero","description":"A lightweight repo (you can fork) to manage your QMK configs, and compile/flash your keyboard.","archived":false,"fork":false,"pushed_at":"2024-02-13T03:57:06.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T22:13:29.088Z","etag":null,"topics":["bash","qmk","qmk-config","qmk-firmware","qmk-keymap"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbalatero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-08-23T16:40:10.000Z","updated_at":"2023-06-14T17:31:39.000Z","dependencies_parsed_at":"2024-02-13T04:46:19.122Z","dependency_job_id":null,"html_url":"https://github.com/dbalatero/keyboard-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbalatero%2Fkeyboard-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbalatero%2Fkeyboard-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbalatero%2Fkeyboard-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbalatero%2Fkeyboard-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbalatero","download_url":"https://codeload.github.com/dbalatero/keyboard-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246207491,"owners_count":20740723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bash","qmk","qmk-config","qmk-firmware","qmk-keymap"],"created_at":"2024-10-03T09:00:46.047Z","updated_at":"2025-10-08T00:52:34.643Z","avatar_url":"https://github.com/dbalatero.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# keyboard-config\n\nThis is a thin layer on top of the `qmk_firmware` repo. QMK encourages modifying their repo with your own keymaps, which is pretty heavy and dumb. This repo lets you define your own keymaps separately from QMK's firmware, and the provided `./qmk` script will take care of symlinking your custom keymaps into `qmk_firmware` so that they still build correctly.\n\n## Setup\n\nRun `./qmk setup` after cloning the repo. Answer `Y` (yes) to all the prompts.\n\nIt will clone a local copy of `qmk_firmware` into this repo.\n\nYou can update `qmk_firmware` at any time by `cd`ing to the directory and running `git pull.`\n\n## Adding a new keymap\n\nIf you want to add a new keymap for a new keyboard:\n\n1. Find the name of it, e.g. `handwired/dactyl_manuform/5x7` (you can look in `qmk_firmware/keyboards`)\n2. `./qmk clone handwired/dactyl_manuform/5x7 dactyl_5x7`\n\nYou should now have a `dactyl_5x7` directory.\n\n## Compiling and flashing your keymap\n\nAfter editing the keymap you cloned with `./qmk clone`, compile your `.hex` file:\n\n```\n# replace \"dactyl_5x7\" with your map directory\n$ ./qmk compile dactyl_5x7\n```\n\nTo flash it onto your keyboard, plug it in and run:\n\n```\n$ ./qmk flash dactyl_5x7\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbalatero%2Fkeyboard-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbalatero%2Fkeyboard-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbalatero%2Fkeyboard-config/lists"}