Archived
1
0
Kiibohd Controller
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Jacob Alexander a017d2f270 Adding Kaypro1 functional support
- Uses USART instead of polling
- Supports two way communication (only 3 commands to the keyboard
  though)
- Kaypro sends data as ASCII, which severely limits the handling of
  modifiers
- No release signal is sent, so even faking modifiers is next to
  impossible outside of Shift and Ctrl
- Includes default QWERTY and Colemak layouts
- Developed a new buffer macro, which will become the basic macro module
  once all the other modules have been ported (much more efficient, as
  it keeps serial scanning schemes serial, and parallel scanning schemes
  such as matrix, that already serialized into a sort of buffer for the
  debouncing evaluation)
- This module is quite efficient, and would be able to handle very
  excessive macro processing in the future.
- If more of the keypboard communication protocol is desired, I have a
  rom dump of the microcontroller (M5L8049)
2011-11-03 00:09:10 -07:00
Debug Tandy 1000 Converter, basicly works, except for packet mismatches 2011-10-01 00:54:18 -07:00
Keymap Adding Kaypro1 functional support 2011-11-03 00:09:10 -07:00
LoadFile Formalizing code module structure and inheritance (Large Commit) 2011-09-29 22:22:19 -07:00
Macro/basic Adding soft entry bootloader via key sequence. 2011-10-16 00:45:10 -07:00
Scan Adding Kaypro1 functional support 2011-11-03 00:09:10 -07:00
USB/pjrc Adding soft entry bootloader via key sequence. 2011-10-16 00:45:10 -07:00
CMakeLists.txt Initial commit of the Kaypro1 scan module 2011-11-01 00:02:10 -07:00
main.c Basic matrix module for the hall effect keypad now working. 2011-10-15 20:01:46 -07:00
setup.cmake Adding Kaypro1 functional support 2011-11-03 00:09:10 -07:00