Update README.md

This commit is contained in:
Manfred 2019-05-10 16:44:48 +02:00 committed by GitHub
parent 86cc0dd6ed
commit 80a3d00040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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")