diff options
| author | Drashna Jaelre <drashna@live.com> | 2018-02-04 10:44:02 -0800 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-02-04 13:44:02 -0500 |
| commit | 598384bc1064ab9250191a1727c27a0eea406756 (patch) | |
| tree | d4effea1e1f7207a924135fd93a29fbad8c8dd41 /users/drashna/readme.md | |
| parent | ac82cd1ba77f4ed8d38f17662864c6a56a8da293 (diff) | |
| download | qmk_firmware-598384bc1064ab9250191a1727c27a0eea406756.tar.gz qmk_firmware-598384bc1064ab9250191a1727c27a0eea406756.zip | |
Update to drashna userspace (Keymap Templating) (#2338)
* Change tapping term to be longer
* Make Audio/Underglow settings permanent
* Use wait_ms rather than _delay_ms
* Readd One Shot Mods
* Switch to Imperial March startup sound
* Move OSM to it's own layer
* Minor Formatting Tweaks
* Keymap Templates and formatting fixes
Diffstat (limited to 'users/drashna/readme.md')
| -rw-r--r-- | users/drashna/readme.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/users/drashna/readme.md b/users/drashna/readme.md index e77948ea9..92792fb97 100644 --- a/users/drashna/readme.md +++ b/users/drashna/readme.md | |||
| @@ -20,6 +20,22 @@ This allows for keyboard specific configuration while maintaining the ability to | |||
| 20 | My [Ergodox EZ Keymap](https://github.com/qmk/qmk_firmware/blob/master/keyboards/ergodox_ez/keymaps/drashna/keymap.c#L399) is a good example of this, as it uses the LEDs as modifier indicators. | 20 | My [Ergodox EZ Keymap](https://github.com/qmk/qmk_firmware/blob/master/keyboards/ergodox_ez/keymaps/drashna/keymap.c#L399) is a good example of this, as it uses the LEDs as modifier indicators. |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | Keyboard Layout Templates | ||
| 24 | ------------------------- | ||
| 25 | |||
| 26 | 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. | ||
| 27 | |||
| 28 | 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. | ||
| 29 | |||
| 30 | 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: | ||
| 31 | |||
| 32 | `#define LAYOUT_ergodox_wrapper(...) LAYOUT_ergodox(__VA_ARGS__)` | ||
| 33 | |||
| 34 | Once that's been done and you've switched the keymaps to use the "wrapper", it will read the substitution blocks just fine. | ||
| 35 | |||
| 36 | Credit goes to @jola5 for first implementing this awesome idea. | ||
| 37 | |||
| 38 | |||
| 23 | Custom Keycodes | 39 | Custom Keycodes |
| 24 | --------------- | 40 | --------------- |
| 25 | 41 | ||
