Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Keymap
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
..
budkeypad.h Added TheProfosist's layout, and split up the current layouts 2011-10-16 01:18:08 -07:00
heathzenith.h Making sub-modules of matrix for HeathZenith and BudKeypad 2011-10-16 21:38:56 -07:00
kaypro1.h Adding Kaypro1 functional support 2011-11-03 00:09:10 -07:00
keymap.h Adding Kaypro1 functional support 2011-11-03 00:09:10 -07:00
tandy1000.h Added TheProfosist's layout, and split up the current layouts 2011-10-16 01:18:08 -07:00
usb_keys.h Formalizing code module structure and inheritance (Large Commit) 2011-09-29 22:22:19 -07:00