Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
* upstream/master:
  add macbook keyboard visualization * Vonng#44
  Update makefile deprecated -j flag to -o=json flag
  • Loading branch information
qbosen committed Oct 9, 2022
2 parents 30abc61 + 7ee867e commit c99da75
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Capslock works on **ANSI** keyboards and similar layouts. It literally remaps ev

![](img/keyboard.jpg)

> **[Control Planes](#Control-Planes)** are defined by combination of four extra left modifiers: <kbd>⌘</kbd><kbd>⌥</kbd><kbd>⌃</kbd><kbd>⇧</kbd>.This image shows the layout of control plane 0.
> **[Control Planes](#Control-Planes)** are defined by combination of four extra left modifiers: <kbd>⌘</kbd><kbd>⌥</kbd><kbd>⌃</kbd><kbd>⇧</kbd>.This image shows the layout of control plane 0,1,2.
| Category | Color | Description |
| :---------------------------: | :----: | :----------------------------------------------------------- |
Expand Down Expand Up @@ -329,6 +329,18 @@ Number keys <kbd>1</kbd>, <kbd>2</kbd>, …, <kbd>9</kbd>, <kbd>0</kbd> are used
| 8 | <kbd>✱</kbd><kbd>⇧</kbd> | 10 | <kbd>✱</kbd><kbd>⌥</kbd><kbd>⇧</kbd> | 15 | <kbd>✱</kbd><kbd>⌘</kbd><kbd>⌥</kbd><kbd>⌃</kbd><kbd>⇧</kbd> |
| | | 12 | <kbd>✱</kbd><kbd>⌃</kbd><kbd>⇧</kbd> | | |

![](img/plane0.png)

> Plane 0
![](img/plane1.png)

> Plane 1
![](img/plane2.png)

> Plane 2
</details>


Expand Down
Binary file added docs/img/plane.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/plane0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/plane1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/plane2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion mac_v3/makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
compile:
yq eval capslock.yml -j > capslock.json
yq eval capslock.yml -o=json > capslock.json

install: compile
mkdir -p $$HOME/.config/karabiner/assets/complex_modifications/
Expand Down

0 comments on commit c99da75

Please sign in to comment.