summary refs log tree commit diff
path: root/docs/keycodes_basic.md
diff options
context:
space:
mode:
authorprecondition <57645186+precondition@users.noreply.github.com>2021-02-28 06:42:17 +0100
committerGitHub <noreply@github.com>2021-02-28 16:42:17 +1100
commit2395069b0bf84e2667c36460d5c3a3c4225cbd85 (patch)
treee4abafa2fe344aa695a7e2c8e225d9f2f753b4d6 /docs/keycodes_basic.md
parent032dfddb6b51ebf7b86018dd28bf19cc3438074f (diff)
[Docs] New section to modifier docs: Checking Modifier State (#10550)
* Added new section to docs: Checking Modifier State

* Added id anchors to all headers in modifiers docs

* Added a Wikipedia link to bitwise operators and...

crosslinked to the QMK macro docs.

* Added an explanation on the format of mod bitmask

* Added .md extension to hyperlinks to macros docs

* Corrected mod mask order and changed notation

* Documented add_oneshot_mods and del_oneshot_mods

* Mentioned modifier checks in the macro docs

* Explained strict modifier checking

i.e. using `get_mods() & MOD_MASK == MOD_MASK` instead of simply
`get_mods() & MOD_MASK`

* Added (un)register_mods to the docs

* Put left term of comparison in parens
Diffstat (limited to 'docs/keycodes_basic.md')
0 files changed, 0 insertions, 0 deletions