Skip to content

Add/update set2 scancodes #14

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 18, 2021

Conversation

jawi
Copy link
Contributor

@jawi jawi commented Sep 24, 2021

  • scancode for backslash/pipe is 0x5d not 0x61;
  • added scancodes for print screen (0xE07C), control-break (0xE07D) and alt-sysreq (0x84).

- scancode for backslash/pipe is 0x5d and not 0x61;
- added scancodes for print screen (0xE07C), control-break (0xE07D) and
  alt-sysreq (0x84).
@thejpster
Copy link
Member

Thank you for the PR! I've left some comments :)

jawi added 2 commits October 18, 2021 15:00
- `AltSysReq` is now just `SysReq` as it signals the function, not the
  means of typing it;
- similar for `ControlBreak`, which is now just named `Break`.
@jawi
Copy link
Contributor Author

jawi commented Oct 18, 2021

Thank you for your review; I've processed your remarks and commented on them.

@thejpster thejpster merged commit 7bd7bce into rust-embedded-community:master Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants