Skip to content

Commit

Permalink
Ran npm run prettier:format
Browse files Browse the repository at this point in the history
  • Loading branch information
nicenemo committed Jul 13, 2024
1 parent 57647e8 commit 73adf40
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/codes/modifiers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Extra Modifiers can be used in the following forms within ZMK:
<Table group="keyboard-extra-modifiers" />

The combination of all modifiers `SHIFT`, `GUI`, `ALT` and `CONTROL` is colloquially known as `HYPER`.
Similarly, the combination of `SHIFT`, `ALT` and `CONTROL` (without `GUI`) is referred to as `MEH`.
Similarly, the combination of `SHIFT`, `ALT` and `CONTROL` (without `GUI`) is referred to as `MEH`.

### Extra Modifier Keys

Expand Down
7 changes: 6 additions & 1 deletion docs/src/data/groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,12 @@ export default {
"LEFT_GUI",
"RIGHT_GUI",
],
"keyboard-extra-modifiers": ["LEFT_MEH", "RIGHT_MEH", "LEFT_HYPER", "RIGHT_HYPER"],
"keyboard-extra-modifiers": [
"LEFT_MEH",
"RIGHT_MEH",
"LEFT_HYPER",
"RIGHT_HYPER",
],
"keyboard-navigation": [
"HOME",
"END",
Expand Down

0 comments on commit 73adf40

Please sign in to comment.