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.
This commit is contained in:
parent
7be4540b46
commit
09ab67c044
29 changed files with 219 additions and 214 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue