qmk-firmwares/keyboards/kc60/keymaps/noroadsleft/readme_ch4.md
noroadsleft ce465c084b Updates to noroadsleft keymap for KC60 (#5127)
* NUBS_Z: initial version

Create a keycode that is normally Z, but KC_NUBS when tapped while Alt is being held.

This removes the possibility of using an Alt+Z shortcut.

* NUBS_Z: modification

Modify NUBS_Z macro to only use alternate operation if Right Alt is being held, rather than responding to either Alt key.

Also add QMK version keycode to System layer, Equals key.

* Remove unneeded breaks from process_record_user

* Macro refactoring

- removed G_RST and G_C10R macros
- updated G_BRCH macro
  - outputs `master` if used while Shift is held down; or my git alias for the current branch otherwise
- updated G_FTCH macro
  - outputs `git pull upstream ` if used with Shift; `git fetch upstream ` otherwise
- swapped `modifiers` variable for `get_mods()` function directly for checking modifier state
- swapped keymap-level modifier mask macros for QMK-core mod mask macros (thanks vomindoraan #4337)
- renamed MODS_RALT_MASK to MOD_MASK_RALT (more consistent with the above change)

* Update readme files
2019-02-14 07:07:32 -08:00

1.7 KiB

@noroadsleft's KC60 keymap


Layer 7: Windows Fn layer - _FW

Accessed by holding either Fn key in Layer 0

Arrows, Navigation keys (Insert, Home, Page Up, etc.), and Function keys are here. Also has keys for Calculator, Menu, Volume Control, and shortcuts for Select All, Undo, Cut, Copy, and Paste. Numpad Enter for when I'm working in Adobe Photoshop, because it treats Numpad Enter differently from the regular Enter key.

Windows Fn layer


Layer 8: MacOS-oriented Fn layer - _FM

Accessed by holding either Fn key in Layer 1

Based on my Windows Fn layer, but swaps a few functions for a MacOS environment. Arrow, Navigation, and Function keys are basically unchanged from Layer 2. This layer enables using either Fn key as a sort of simulated Command key, which I find easier to reach and use.

MacOS-oriented Fn layer


Layer 9: Quake 2 Fn layer - _FQ

Accessed by holding either Fn key while either Quake 2 overlay is active.

Based on the Windows function layer, but removes some functions that are pointless to have while in the game.

Quake 2 Fn layer

Keycode(s) Sent Notes
Q2_GRV Sends KC_GRV, then enables the Dvorak, Quake 2 Dvorak, and Quake 2 Console layers.

Next Chapter: Other Layers