Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Scan/Kaypro1
Jacob Alexander 266b59b851 Initial commit of the Kaypro1 scan module
- Does not output to usb yet
- USART is functionally getting characters from the keyboard and sending
  beep codes and ACK request code (Baud rate properly calculated)
- Uses hard-coded keys for the PC to Keyboard commands (not desireable)
- Keyboard sends ASCII data, which makes doing things like holding
  multiple keys almost impossible to detect (the board isn't NKRO
  anyways, though I've found 8+ key combos that work)
2011-11-01 00:02:10 -07:00
..
scan_loop.c Initial commit of the Kaypro1 scan module 2011-11-01 00:02:10 -07:00
scan_loop.h Initial commit of the Kaypro1 scan module 2011-11-01 00:02:10 -07:00
setup.cmake Initial commit of the Kaypro1 scan module 2011-11-01 00:02:10 -07:00