Harvie / ps2dev

Arduino library to emulate PS2 keyboard/mouse
MIT License
114 stars 27 forks source link

Scancode enums #5

Closed iggyglass closed 4 years ago

iggyglass commented 4 years ago

I added two enums (and some functions to go along with them) containing PS2 scancodes.

One of the enums contains the "non-special" characters (escape, tab, alphabet, etc.), while the other contains the special characters prefixed by 0xE0.

Harvie commented 4 years ago

Hello, thank you for your contribution. i will review the code...

iggyglass commented 4 years ago

I will close this pull request and make the changes requested!

(Apologies for the reformatting thing -- this is my first pr.)

Harvie commented 4 years ago

I will close this pull request and make the changes requested!

Thanks. BTW if you have unmerged pullrequest and you make some changes to your fork, i believe the pull request gets updated automaticaly. So no need to recreate the PR. But it does not really matter, just for your convenience...