Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Added F13-F24 to USB HID.#1845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fpistm merged 1 commit intostm32duino:mainfrommikaelsundin:main
Oct 11, 2022
Merged

Added F13-F24 to USB HID.#1845

fpistm merged 1 commit intostm32duino:mainfrommikaelsundin:main
Oct 11, 2022

Conversation

mikaelsundin
Copy link
Contributor

Summary:
Adds F13 to F24 to USB HID, make it possible to use KEY F13 to F24 on USB HID keyboard.

#include <Keyboard.h>void setup() {    Keyboard.begin();}void loop() {   Keyboard.press(KEY_F13);   delay(100);   Keyboard.release(KEY_F13);      delay(1000);}

@fpistmfpistm self-requested a reviewOctober 10, 2022 07:59
@fpistmfpistm added the enhancementNew feature or request labelOct 10, 2022
Copy link
Member

@fpistmfpistm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM.
Thanks

@fpistmfpistm merged commitdb95bcb intostm32duino:mainOct 11, 2022
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@fpistmfpistmfpistm approved these changes

Assignees
No one assigned
Labels
enhancementNew feature or request
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@mikaelsundin@fpistm

[8]ページ先頭

©2009-2025 Movatter.jp