ce465c084b
* 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
30 lines
877 B
Markdown
30 lines
877 B
Markdown
# @noroadsleft's KC60 keymap
|
|
|
|
### Last updated: February 14, 2019, 3:50 AM UTC-0800
|
|
|
|
![](https://i.imgur.com/tzhXQYI.jpg)
|
|
|
|
I am a full-time Dvorak typist, and occasional semi-serious FPS gamer. The layers are oriented towards a mix of typing and gaming.
|
|
|
|
|
|
----
|
|
|
|
# Outline
|
|
|
|
- [Base Layers](./readme_ch1.md)
|
|
- Layer 0: QWERTY `_QW`
|
|
- Layer 1: Hardware Dvorak `_DV`
|
|
- Layer 2: Hardware Colemak `_CM`
|
|
- [OS Overlays](./readme_ch2.md)
|
|
- Layer 3: MacOS Overlay `_MC`
|
|
- [Quake 2 Overlays](./readme_ch3.md)
|
|
- Layers 4, 5 and 6: Quake 2 `_Q2`, Quake 2 Dvorak `_QD`, and Quake 2 Console `_QC`
|
|
- [Function Layers](./readme_ch4.md)
|
|
- Layer 7: Windows Fn layer `_FW`
|
|
- Layer 8: MacOS-oriented Fn layer `_FM`
|
|
- Layer 9: Quake 2 Fn layer `_FQ`
|
|
- [Other Layers](./readme_ch5.md)
|
|
- Layer 10: Numpad layer `_NP`
|
|
- Layer 11: Macro layer `_MA`
|
|
- Layer 12: System layer `_SY`
|