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.md25
1 files changed, 12 insertions, 13 deletions
diff --git a/users/ninjonas/README.md b/users/ninjonas/README.md
index f537373bc..f6c2f3235 100644
--- a/users/ninjonas/README.md
+++ b/users/ninjonas/README.md
@@ -23,8 +23,6 @@ See: https://docs.qmk.fm/#/feature_userspace
23|K_LOCK | MacOS shortcut to execute lock command Cmd + CTRL + Q | 23|K_LOCK | MacOS shortcut to execute lock command Cmd + CTRL + Q |
24|K_CSCN | MacOS shortcut to copy a portion of the screen to the clipboard | 24|K_CSCN | MacOS shortcut to copy a portion of the screen to the clipboard |
25|K_MDSH | MacOS shortcut to get em-dash `–` | 25|K_MDSH | MacOS shortcut to get em-dash `–` |
26|K_RAPP | MacOS shortcut to switch apps to the right |
27|K_LAPP | MacOS shortcut to switch apps to the left |
28|K_CPRF | Cmd + Shift + M. Used for switching Google Chrome profiles | 26|K_CPRF | Cmd + Shift + M. Used for switching Google Chrome profiles |
29 27
30### [Layers](ninjonas.h) 28### [Layers](ninjonas.h)
@@ -32,17 +30,12 @@ See: https://docs.qmk.fm/#/feature_userspace
32|---|---| 30|---|---|
33|LT_LOW | Tap for ENTER, hold for RAISE | 31|LT_LOW | Tap for ENTER, hold for RAISE |
34|LT_RAI | Tap for SPACE, hold for LOWER | 32|LT_RAI | Tap for SPACE, hold for LOWER |
35|LT_LOW + LT_RAI | Hold for ADJUST |
36|LM_LOW | Dedicated key to momentarily toggle to use LOWER layer |
37|LM_RAI | Dedicated key to momentarily toggle to use RAISE layer |
38|LG_LOW | Press to toggle LOWER layer |
39|LG_RAI | Press to toggle RAISE layer |
40 33
41### [Mod-Taps](ninjonas.h) 34### [Mod-Taps](ninjonas.h)
42|Code | Description | 35|Code | Description |
43|---|---| 36|---|---|
44|MT_DEL | Tap for Delete, hold for Cmd + ALT + SHIFT | 37|MT_DEL | Tap for Delete, hold for ALT + SHIFT |
45|MT_EQL | Tap for =, hold for ALT + SHIFT | 38|MT_EQL | Tap for =, SHIFT |
46 39
47### [Layout Blocks](ninjonas.h) 40### [Layout Blocks](ninjonas.h)
48Predefined keyboard layout templates to speed up configuring split keyboards 41Predefined keyboard layout templates to speed up configuring split keyboards
@@ -72,7 +65,6 @@ Predefined keyboard layout templates to speed up configuring split keyboards
72|M_SHFT | Sends Cmd + alt + shift to a keycode to activate [ShiftIt](https://github.com/fikovnik/ShiftIt) | 65|M_SHFT | Sends Cmd + alt + shift to a keycode to activate [ShiftIt](https://github.com/fikovnik/ShiftIt) |
73|M_CODE | Opens [Visual Studio Code](https://code.visualstudio.com/) on current directory | 66|M_CODE | Opens [Visual Studio Code](https://code.visualstudio.com/) on current directory |
74|M_TERM | Launches Spotlight and calls Terminal | 67|M_TERM | Launches Spotlight and calls Terminal |
75|M_COPA | Single key copy/paste |
76|M_XXX1 to M_XXX5 | Reserved for secret macros see [Secrets](#secrets) | 68|M_XXX1 to M_XXX5 | Reserved for secret macros see [Secrets](#secrets) |
77 69
78### [Tap-Dance](tap_dances.h) 70### [Tap-Dance](tap_dances.h)
@@ -84,11 +76,18 @@ Predefined keyboard layout templates to speed up configuring split keyboards
84|T_TAB | Tap once for TAB, double for CTRL + TAB | 76|T_TAB | Tap once for TAB, double for CTRL + TAB |
85|T_GRV | Tap once for GRV, double for Cmd + GRV | 77|T_GRV | Tap once for GRV, double for Cmd + GRV |
86|T_GUI | Tap once for Cmd, double to open spotlight | 78|T_GUI | Tap once for Cmd, double to open spotlight |
87|T_W | Tap for W, double tap for Cmd + W | 79|T_CPAP | Tap for Cmd + V, hold for Cmd + C, double tap to open [Line](https://line.me/en/) app, triple tap for itunes. |
88|T_Q | Tap for Q, double tap for Cmd + Q |
89|T_CPNU | Tap for Cmd + V, hold for Cmd + C, double tap for NUMPAD layer |
90|T_Y | Tap for Y, double tap for NUMPAD layer | 80|T_Y | Tap for Y, double tap for NUMPAD layer |
91 81
82### [Combos](combos.h)
83|Code | Description |
84|---|---|
85|EQ_QUIT | Press E + Q will trigger Cmd + Q |
86|RW_CLOSE | Press R + W will trigger Cmd + W|
87|ET_TAB | Press E + T will trigger Cmd + T|
88|ZC_COPY | Press Z + C will trigger Cmd + C|
89|XV_PASTE | Press X + V will trigger Cmd + V|
90
92### Secrets 91### Secrets
93There's times where you have macros you don't want to share like emails, an address you need but you always forget, passwords 😱, & and private strings. Based off [drashna's secret macros](https://github.com/qmk/qmk_firmware/blob/master/users/drashna/readme_secrets.md), it's now possible to do this. All you need to do is create a `secrets.c` file. Below is an example of how this is used. 92There's times where you have macros you don't want to share like emails, an address you need but you always forget, passwords 😱, & and private strings. Based off [drashna's secret macros](https://github.com/qmk/qmk_firmware/blob/master/users/drashna/readme_secrets.md), it's now possible to do this. All you need to do is create a `secrets.c` file. Below is an example of how this is used.
94 93