unified_retro_keyboard/README.md

16 lines
1.2 KiB
Markdown
Raw Normal View History

2020-04-18 23:12:53 +00:00
## Unified Retrocomputer Keyboard Project
2019-12-12 20:46:29 +00:00
2020-04-18 23:12:53 +00:00
This project aims to provide a (near) universal collection of keyboards for vintage computers. Home computers of the 1970's typically either polled a switch matrix, or interfaced to a parallel ASCII keyboard via a parallel port.
2019-12-12 20:46:29 +00:00
2020-02-21 06:29:12 +00:00
The keyboard allows use of Cherry MX keys, or Futaba MD-4PCS (aka George Risk KBM-01-01) keys.
2019-12-12 20:46:29 +00:00
The keyboard is designed using KiCad in order to be the most useful for anybody wishing to modify the keyboard for more specific uses, or to add to the project.
2019-12-13 00:51:43 +00:00
This keyboard project so far consists of:
2020-04-16 18:53:17 +00:00
- A classic retro-style ASCII keyboard, modeled after the ADM-3A keyboard, which
can be also be populated to fit perfectly in an Apple II/II+ case (with corresponding Apple II keymaps), or an OSI
case (with OSI adapter).
- A Sol-20 compatible keyboard.
2020-06-03 17:22:02 +00:00
- Keyscan/decoder interface modules that can output parallel ASCII, and can be adapted for other protocols. The interface modules support multiple keymaps (switch selectable) and can be used with the Classic and Sol-20 keybaords, and can also replace the Apple II/II+ keyboard encoder, or drive an OSI 542 keyboard.
2019-12-13 00:52:22 +00:00
- An OSI-compatible interface module.