diff options
| author | Drashna Jaelre | 2021-12-15 05:53:36 +0100 |
|---|---|---|
| committer | GitHub | 2021-12-15 05:53:36 +0100 |
| commit | 3fa592a4024a24a636fa0c562e6761667a94f565 (patch) | |
| tree | 4ce826128e29e36dfe606fa2b5a3d25b3bd0afcc /users/drashna/readme_wrappers.md | |
| parent | c10bc9f91e737dd3675b2e4492daa09092655af9 (diff) | |
[Keymap] Unicode and Pointing Device and Autocorect for drashna keymaps (#15415)
Diffstat (limited to 'users/drashna/readme_wrappers.md')
| -rw-r--r-- | users/drashna/readme_wrappers.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/users/drashna/readme_wrappers.md b/users/drashna/readme_wrappers.md deleted file mode 100644 index fd62ff1609..0000000000 --- a/users/drashna/readme_wrappers.md +++ /dev/null @@ -1,11 +0,0 @@ -## Keyboard Layout Templates - -This borrows from @jola5's "Not quite neo" code. This allows me to maintain blocks of keymaps in the userspace, so that I can modify the userspace, and this is reflected in all of the keyboards that use it, at once. - -This makes adding tap/hold mods, or other special keycodes or functions to all keyboards super easy, as it's done to all of them at once. - -The caveat here is that the keymap needs a processor/wrapper, as it doesn't like the substitutions. However, this is as simple as just pushing it through a define. For instance: - -`#define LAYOUT_ergodox_wrapper(...) LAYOUT_ergodox(__VA_ARGS__)` - -Once that's been done and you've switched the keymaps to use the "wrapper", it will read the substitution blocks just fine. |