diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-04-07 07:32:06 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-07 07:32:06 -0700 |
commit | 18a9f7999e15dd234dda55f7946df829ce11d54b (patch) | |
tree | 12e0c298d924a55f2f533a9d42a4af99427dccb1 /keyboards/kc60/keymaps/noroadsleft/readme_ch5.md | |
parent | 0231caa25aa258a79a7fb73cc57723655055b928 (diff) |
[Keymap] Updates to noroadsleft keymap for KC60 (2019-04-07) (#5576)
* Update macros and keycode handling
- Update NUBS_Z macro so it repeats when held down
- Number row now uses numpad keycodes if Right Alt is being held
- coding conventions and formatting update
- switched to four-space indent
- reformatted a block comment
* Update readme files
Diffstat (limited to 'keyboards/kc60/keymaps/noroadsleft/readme_ch5.md')
-rw-r--r-- | keyboards/kc60/keymaps/noroadsleft/readme_ch5.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/keyboards/kc60/keymaps/noroadsleft/readme_ch5.md b/keyboards/kc60/keymaps/noroadsleft/readme_ch5.md index e5ee7cbdeb..a65b3acbeb 100644 --- a/keyboards/kc60/keymaps/noroadsleft/readme_ch5.md +++ b/keyboards/kc60/keymaps/noroadsleft/readme_ch5.md @@ -60,7 +60,7 @@ Output: `git commit -m ""` <kbd>Left</kbd> Readies a `git commit` command, moves the cursor between the quotation marks, then disables the Macro layer. -#### [G_BRCH](./keymap.c#L148-158) +#### [G_BRCH](./keymap.c#L148-L158) | Condition | Output | | :-------- | :----- | @@ -93,7 +93,7 @@ An Undo shortcut that turns to Redo if <kbd>Shift</kbd> is being held. I'm not s The program I use this in uses <kbd>Shift</kbd> + <kbd>Command</kbd> + <kbd>Option</kbd> + <kbd>V</kbd> to paste while maintaining formatting (typeface, text size, etc.). Sometimes I want this and sometimes I don't. Using <kbd>Shift</kbd> changes the behavior. -#### [NUBS_Z](./keymap.c#L220-L228) +#### [NUBS_Z](./keymap.c#L220-L234) | Condition | Output | | :-------- | :----- | @@ -102,11 +102,15 @@ The program I use this in uses <kbd>Shift</kbd> + <kbd>Command</kbd> + <kbd>Opti Sometimes I type in languages from countries that use ISO layout, but my keyboard is ANSI, so I have one key fewer. This macro simulates the Non-US Backslash key if I use Right Alt + Z. -#### [VRSN](./keymap.c#L229-L233) +#### [VRSN](./keymap.c#L235-L239) Outputs a string that tells me the Git commit from which my flashed firmware was built. Looks something like: - kc60/noroadsleft @ 0.6.240-20-ge91549-dirty + kc60/noroadsleft @ 0.6.326-6-gae6d7b-dirty + +#### [Emulated Numeric Keypad](./keymap.c#L240-L254) + +If I hold the Right Alt key, the number row (`KC_1` through `KC_0`) will output numpad keycodes instead of number row keycodes, enabling quicker access to characters like ™ and °. ---- |