Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hariseldon78 committed Dec 26, 2024
1 parent 89281eb commit 3187c19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/src/keyboard_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,12 @@ The key string should follow several rules:
7. Use `"TT(n)"` to create a layer activate or tap toggle action, `n` is the layer number
8. Use `"TG(n)"` to create a layer toggle action, `n` is the layer number
9. Use `"TO(n)"` to create a layer toggle only action (activate layer `n` and deactivate all other layers), `n` is the layer number

The definitions of those operations are same with QMK, you can found [here](https://docs.qmk.fm/#/feature_layers). If you want other actions, please [fire an issue](https://github.com/HaoboGu/rmk/issues/new).

4. For modifier-tap-hold, use `MTH(key, modifier)` where the modifier can be a chain like explained on point 1

5. For generic key tap-hold, use `TH(key-tap, key-hold)`.

### `[behavior]`

Expand Down

0 comments on commit 3187c19

Please sign in to comment.