Skip to content

Commit

Permalink
Merge branch 'qmk:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
giuxtaposition authored Nov 11, 2024
2 parents 9db829f + 35edec2 commit d00cbd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@
*.hex
*.bin
*.uf2

# clangd
compile_commands.json
.clangd/
.cache/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This is a template repository which allows for an external set of QMK keymaps to
1. Add your keymap(s) to the build by running `qmk userspace-add -kb <your_keyboard> -km <your_keymap>`
* This will automatically update your `qmk.json` file
* Corresponding `qmk userspace-remove -kb <your_keyboard> -km <your_keymap>` will delete it
* Listing the build targets can be done with with `qmk userspace-list`
* Listing the build targets can be done with `qmk userspace-list`
1. Commit your changes

## Howto build with GitHub
Expand Down

0 comments on commit d00cbd9

Please sign in to comment.