Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 7:7ece3804edf5, committed 2020-06-07
- Comitter:
- pilzm
- Date:
- Sun Jun 07 15:20:11 2020 +0000
- Parent:
- 6:8222a4300290
- Commit message:
- Link to helpfull website added
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Jun 07 14:52:17 2020 +0000 +++ b/main.cpp Sun Jun 07 15:20:11 2020 +0000 @@ -5,6 +5,7 @@ * Conversion code from: https://gist.github.com/Slumber86/4439a6a5f2fcb5ece61a5c24b962535d * https://github.com/keyboardio/KeyboardioHID/blob/master/src/BootKeyboard/BootKeyboard.cpp * Explantion of PS/2 protocol: https://web.archive.org/web/20070321032851/https://www.beyondlogic.org/keyboard/keybrd.htm + * Explanation of keycodes of different layouts: http://www.quadibloc.com/comp/scan.htm * Source with LED command on arduino: https://playground.arduino.cc/PS2Keyboard/Cpp/ */