]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Initial commit of the Kaypro1 scan module
authorJacob Alexander <triplehaata@gmail.com>
Tue, 1 Nov 2011 07:02:10 +0000 (00:02 -0700)
committerJacob Alexander <triplehaata@gmail.com>
Tue, 1 Nov 2011 07:02:10 +0000 (00:02 -0700)
commit266b59b851e1ebc41a1b991ed6d8a09ada74a576
tree1a87cb55a92a8ee89fd7d88cd97b93bcd3001415
parente3042a3526f59d767cfa276231668382ead758e4
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)
CMakeLists.txt
Scan/Kaypro1/scan_loop.c [new file with mode: 0644]
Scan/Kaypro1/scan_loop.h [new file with mode: 0644]
Scan/Kaypro1/setup.cmake [new file with mode: 0644]
setup.cmake