diff options
| author | QMK Bot | 2025-09-09 23:51:51 +0200 |
|---|---|---|
| committer | QMK Bot | 2025-09-09 23:51:51 +0200 |
| commit | ff8db0449edd488ae4440e8c102a0752f76f46c3 (patch) | |
| tree | 90bc046e8318fdcbff38acd932490d2dcf0ba553 /tmk_core | |
| parent | 7772f47f04f54cf64db8719a49a225013013aee1 (diff) | |
| parent | 09ab67c0440d8e5e3faf832d23eb1b754845a573 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/protocol/report.c | 2 |
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) { /** \brief Checks if a key is pressed in the report * * Returns true if the keyboard_report reports that the key is pressed, otherwise false - * Note: The function doesn't support modifers currently, and it returns false for KC_NO + * Note: The function doesn't support modifiers currently, and it returns false for KC_NO */ bool is_key_pressed(uint8_t key) { if (key == KC_NO) { |