source: avrstuff/kbd/matrixtops2/readme.md@ c0a8b2a

main
Last change on this file since c0a8b2a was c0a8b2a, checked in by Adrien Destugues <pulkomandy@…>, 7 years ago

Initial work on implementing a standard PS/2 keyboard controller.

Complete with key matrix scanning.

  • Property mode set to 100644
File size: 363 bytes
Line 
1Keyboard matrix to PS/2 adapter
2===============================
3
4Well, essentially this is the controller for a PS/2 keyboard. It scans the key
5matrix and emits keycodes to a PS/2 host using the USART.
6
7It can also be configured to use the USART in asynchronous mode and send ASCII
8characters, in which case it becomes the controller for an ASCII+RS232 keyboard.
Note: See TracBrowser for help on using the repository browser.