aboutsummaryrefslogtreecommitdiff
path: root/keyboard/IIgs_Standard/README
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/IIgs_Standard/README')
-rw-r--r--keyboard/IIgs_Standard/README16
1 files changed, 8 insertions, 8 deletions
diff --git a/keyboard/IIgs_Standard/README b/keyboard/IIgs_Standard/README
index c3f0da3ba..48d9470f6 100644
--- a/keyboard/IIgs_Standard/README
+++ b/keyboard/IIgs_Standard/README
@@ -1,4 +1,4 @@
1Alternative Controller for Apple IIgs/Standard(M0116) 1Replacable USB Controller for Apple IIgs/Standard(M0116)
2JeffreySung(nattyman@gmail.com) 2JeffreySung(nattyman@gmail.com)
3 3
4=============================== 4===============================
@@ -8,14 +8,14 @@ Feature
8- Replaceable keyboard controller for Apple IIgs(A9M0330)/Standard(M0116) 8- Replaceable keyboard controller for Apple IIgs(A9M0330)/Standard(M0116)
9- Teensy++ 2.0 required 9- Teensy++ 2.0 required
10- Some signal bypass required 10- Some signal bypass required
11- ADB keyboard doesn't use matrix for modifier keys. With virtual row for modifier keys, these keys are merged into key matrix. 11- ADB keyboard doesn't use matrix for modifier keys. With virtual row for modifier keys,
12- Power key couldn't be used because power key is not connected to controller. 12 these keys are merged into key matrix using virtual row.
13 13
14History 14History
15======= 15=======
16- 2012.09.17 First Release 16- 2012.09.17 First Release
17- 2012.09.17 CapsLock support 17- 2012.09.17 CapsLock support
18 18- 2012.09.19 Power button added
19Build 19Build
20===== 20=====
210. Just Type "Make" and return. 210. Just Type "Make" and return.
@@ -29,9 +29,9 @@ PJRC Teensy
29 -7,26(in keyboard PCB, these pins are VDD,GND) 29 -7,26(in keyboard PCB, these pins are VDD,GND)
30 -30,31(in Teensy++, these pins are Ref,GND respectively) 30 -30,31(in Teensy++, these pins are Ref,GND respectively)
31 -5,6(D2,D3 for bluetooth in future) 31 -5,6(D2,D3 for bluetooth in future)
321. Bypass 31 pin(from board) to E4(Teensy) 321. Bypass #31 pin(from board) to E4(Teensy)
332. Bypass 30 pin(from board) to F2(Teensy) 332. Bypass #30 pin(from board) to F2(Teensy)
343. Bypass 6 pin(from board) to A0(Teensy) 343. Bypass #6 pin(from board) to A0(Teensy)
354. Refer doc directory 354. Refer doc directory
36 36
37To Do 37To Do