diff --git a/README.md b/README.md index cd2fae8..cccec08 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ The keyboard is designed using KiCad in order to be the most useful for anybody ### Coming soon: - Replace encoder board on Apple II/II+ keyboards - Convert an OSI 542 keyboard into a generic ASCII keyboard +- Replica for Knight keyboard ### This keyboard project so far consists of: - A classic retro-style ASCII keyboard, modeled after the ADM-3A keyboard, which diff --git a/hardware/keyboard-knight/README.md b/hardware/keyboard-knight/README.md new file mode 100644 index 0000000..81c3384 --- /dev/null +++ b/hardware/keyboard-knight/README.md @@ -0,0 +1,8 @@ +# Knight keyboard + +This keyboard replicates the keyboards on the MIT AI PDP-10. + +## Differences from the original include: + +1. The original keyboard used Hall effect switches. This keyboard uses + standard switches (either Cherry or Futaba). diff --git a/hardware/keyboard-knight/knight-keycaps.xlsx b/hardware/keyboard-knight/knight-keycaps.xlsx new file mode 100644 index 0000000..39cc41a Binary files /dev/null and b/hardware/keyboard-knight/knight-keycaps.xlsx differ diff --git a/hardware/keyboard-knight/sail-keycaps.xlsx b/hardware/keyboard-knight/sail-keycaps.xlsx new file mode 100644 index 0000000..171af7a Binary files /dev/null and b/hardware/keyboard-knight/sail-keycaps.xlsx differ