summaryrefslogtreecommitdiff
path: root/tmk_core
diff options
context:
space:
mode:
authorFrançois Magimel <magimel.francois@gmail.com>2025-09-09 23:51:13 +0200
committerGitHub <noreply@github.com>2025-09-09 14:51:13 -0700
commit09ab67c0440d8e5e3faf832d23eb1b754845a573 (patch)
tree0edccafc937149afdc8b964004f61fe80942cfa2 /tmk_core
parent7be4540b4688eab74920eb4cb2347af43fb6a779 (diff)
docs: fix misspellings (#25555)
* docs: fix misspellings * docs: do line breaks with HTML instead of spaces To remove trailing spaces and to avoid breaking things, line breaks can be done with the HTML br tag.
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/protocol/report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/report.c b/tmk_core/protocol/report.c
index f68334adeb..8cae256cc6 100644
--- a/tmk_core/protocol/report.c
+++ b/tmk_core/protocol/report.c
@@ -62,7 +62,7 @@ uint8_t get_first_key(void) {
62/** \brief Checks if a key is pressed in the report 62/** \brief Checks if a key is pressed in the report
63 * 63 *
64 * Returns true if the keyboard_report reports that the key is pressed, otherwise false 64 * Returns true if the keyboard_report reports that the key is pressed, otherwise false
65 * Note: The function doesn't support modifers currently, and it returns false for KC_NO 65 * Note: The function doesn't support modifiers currently, and it returns false for KC_NO
66 */ 66 */
67bool is_key_pressed(uint8_t key) { 67bool is_key_pressed(uint8_t key) {
68 if (key == KC_NO) { 68 if (key == KC_NO) {