Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 397 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 397 Bytes

UART to USB Keyboard

The purpose of this is using a PSoC 5LP as a USB keyboard over UART. If you don't have a USB keyboard at hand, you can simply use any laptop instead.

ToDo:

  • implement key combinations (e.g. ctrl-c)
  • get backspace working
  • fix layout problems (y-z, special characters etc.)

Note, that the keyboard scan codes header file isn't complete. Many values are set to 0x00.