From 80a3d00040c7c67d9212bf200e48817ed8f58e1a Mon Sep 17 00:00:00 2001 From: Manfred Date: Fri, 10 May 2019 16:44:48 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48c1e03..f363d3a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # USB Apple II Keyboard -Arduino Sketch to simulate a Apple II ASCII Keyboard +Arduino Sketch to use a USB keyboard with an Apple II as ASCII keyboard. + +Features: + - Upper and Lowercase (Shift and Caps work), for older Models and full compatibility use caps. + - Selectable Layout (Currently DE and US) toggle via WIN + SPACE. + - Providing reset to the Apple II. Used via CTRL + ALT + DEL + - Bash like backscroll capability. Use up and down arrow keys to scroll through your last commands. ![Apple II USB Keyboard Interface](https://github.com/mafrmt00/Apple_II_Keyboard/blob/master/pictures/Keyb_Adapter.jpg "The assembled interface")