add tap dance

This commit is contained in:
Pablo Ontiveros 2025-08-29 10:21:44 -06:00
parent 5e5a529a37
commit 9d969f7eed
6 changed files with 509 additions and 50 deletions

View file

@ -6,15 +6,17 @@
"Bash(qmk compile:*)",
"Bash(make:*)",
"Bash(where:*)",
"Read(C:\\Users\\pablo\\qmk_firmware/**)",
"Read(C:\\Users\\pablo\\qmk_firmware\\keyboards\\crkbd/**)",
"Read(C:\\Users\\pablo\\qmk_firmware\\keyboards\\crkbd\\rev1/**)",
"Read(*)",
"WebFetch(domain:github.com)",
"WebFetch(domain:raw.githubusercontent.com)",
"Bash(curl:*)",
"WebSearch"
"WebSearch",
"WebFetch(domain:docs.qmk.fm)"
],
"deny": [],
"ask": []
"ask": [],
"additionalDirectories": [
"C:\\Users\\pablo\\qmk_firmware"
]
}
}