aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* turn on drag scrolling for fn2 as wellbrian cully2026-01-131-1/+2
|
* add second layer. tap for fn1, hold for fn2brian cully2026-01-132-23/+31
|
* remove dead via mapbrian cully2026-01-132-7/+0
|
* clean up fn1 so it only ever goes away on releasebrian cully2026-01-132-3/+16
| | | | | | otherwise a toggle followed by a long press would release fn1 when the button was down, which felt weird as i was holding it down in order to keep the layer on.
* implement click toggle and click hold for fn1brian cully2026-01-131-7/+13
|
* put layer change on lr button tap togglebrian cully2026-01-135-6/+55
|
* add my ploopy adept keymapbrian cully2026-01-136-0/+82
|
* Fix for `.clangd`.Nick Brassel2025-04-221-1/+1
|
* Add clangd-related entries to `.gitignore` (#31)Sergey Vlasov2024-09-051-0/+5
| | | | | This is needed to support VS Code with clangd for userspace keymaps (in this case `compile_commands.json` and `.cache/clangd` are located in the `qmk_userspace` working copy).
* Removes duplicated word *with* in README.md (#29)Chad Skeeters2024-08-301-1/+1
|
* Add `qmk config user.overlay_dir` step to README.md (#23)arisudesu2024-06-121-1/+2
|
* use containerWorkspaceFolder var and pass it to setup.sh (#12)Vitaliy Zaytsev2024-05-022-3/+5
| | | | | | - folder name inside dev container is same as folder name on host so if it differs from qmk_userspace then setup.sh cannot be found and it sets incorrect user.overlay_dir - docs https://containers.dev/implementors/json_reference/
* Replicate qmk/qmk_firmware#23310Nick Brassel2024-05-021-1/+1
|
* Add support for devcontainers. (#6)Nick Brassel2024-02-233-0/+66
|
* Point workflows at `qmk/.github`s `main` branch (#1)Nick Brassel2023-11-281-2/+2
|
* Updated `.gitignore`.Nick Brassel2023-11-221-1/+9
|
* Initial structure.Nick Brassel2023-11-2212-0/+506