aboutsummaryrefslogtreecommitdiff
path: root/users/ninjonas/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'users/ninjonas/README.md')
-rw-r--r--users/ninjonas/README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/users/ninjonas/README.md b/users/ninjonas/README.md
index 32ccdc699..1e3fe9c31 100644
--- a/users/ninjonas/README.md
+++ b/users/ninjonas/README.md
@@ -19,7 +19,7 @@ See: https://docs.qmk.fm/#/feature_userspace
19### [Keys](ninjonas.h#L37) 19### [Keys](ninjonas.h#L37)
20|Code | Description | 20|Code | Description |
21|---|---| 21|---|---|
22|K_LOCK | MacOS shortcut to execute lock command  + ctrl + Q | 22|K_LOCK | MacOS shortcut to execute lock command  + CTRL + Q |
23|K_CSCN | MacOS shortcut to copy a portion of the screen to the clipboard | 23|K_CSCN | MacOS shortcut to copy a portion of the screen to the clipboard |
24|K_MDSH | MacOS shortcut to get em-dash `–` | 24|K_MDSH | MacOS shortcut to get em-dash `–` |
25|K_RAPP | MacOS shortcut to switch apps to the right | 25|K_RAPP | MacOS shortcut to switch apps to the right |
@@ -34,7 +34,13 @@ See: https://docs.qmk.fm/#/feature_userspace
34|LM_LOW | Dedicated key to momentarily toggle to use LOWER layer | 34|LM_LOW | Dedicated key to momentarily toggle to use LOWER layer |
35|LM_RAI | Dedicated key to momentarily toggle to use RAISE layer | 35|LM_RAI | Dedicated key to momentarily toggle to use RAISE layer |
36 36
37### [Layout Blocks](ninjonas.h#L50) 37### [Mod-Taps](ninjonas.h#L50)
38|Code | Description |
39|---|---|
40|MT_DEL | Tap for Delete, hold for  + ALT + SHIFT |
41|MT_EQL | Tap for =, hold for ALT + SHIFT |
42
43### [Layout Blocks](ninjonas.h#L54)
38Predefined keyboard layout templates to speed up configuring split keyboards 44Predefined keyboard layout templates to speed up configuring split keyboards
39 45
40|Code | Description | 46|Code | Description |
@@ -59,6 +65,7 @@ Predefined keyboard layout templates to speed up configuring split keyboards
59|M_VRSN | macro to send QMK version | 65|M_VRSN | macro to send QMK version |
60|M_SHFT | Sends  + alt + shift to a keycode to activate [ShiftIt](https://github.com/fikovnik/ShiftIt) | 66|M_SHFT | Sends  + alt + shift to a keycode to activate [ShiftIt](https://github.com/fikovnik/ShiftIt) |
61|M_CODE | Opens [Visual Studio Code](https://code.visualstudio.com/) on current directory | 67|M_CODE | Opens [Visual Studio Code](https://code.visualstudio.com/) on current directory |
68|M_TERM | Launches Spotlight and calls Terminal |
62|M_XXX1 to M_XXX5 | Reserved for secret macros see [Secrets](#secrets) | 69|M_XXX1 to M_XXX5 | Reserved for secret macros see [Secrets](#secrets) |
63 70
64### [Tap-Dance](tap_dances.h) 71### [Tap-Dance](tap_dances.h)
@@ -78,7 +85,7 @@ There's times where you have macros you don't want to share like emails, an addr
78 85
79```c 86```c
80// secrets.c 87// secrets.c
81#include "ninjonas.h" 88#include "ninjonas.h"
82 89
83static const char * const secret[] = { 90static const char * const secret[] = {
84 "BLANK1", 91 "BLANK1",