summaryrefslogtreecommitdiff
path: root/keyboard/IIgs_Standard/README
diff options
context:
space:
mode:
authorJeffrey Sung <nattyman@gmail.com>2012-09-17 18:51:42 +0900
committerJeffrey Sung <nattyman@gmail.com>2012-09-17 18:51:42 +0900
commit3830de7839890e78c150971e4fa2649968f3ed2a (patch)
tree09c6bbe4ab95b12407dba96233d4f15967f4fb8f /keyboard/IIgs_Standard/README
parent78bfaed0f59c86e2cfd9cbb8b0ad7e3009a06a65 (diff)
CapsLock Support
Don't define DEBOUNCE.
Diffstat (limited to 'keyboard/IIgs_Standard/README')
-rw-r--r--keyboard/IIgs_Standard/README88
1 files changed, 45 insertions, 43 deletions
diff --git a/keyboard/IIgs_Standard/README b/keyboard/IIgs_Standard/README
index d7c3935e4c..c3f0da3bae 100644
--- a/keyboard/IIgs_Standard/README
+++ b/keyboard/IIgs_Standard/README
@@ -1,43 +1,45 @@
-Alternative Controller for Apple IIgs/Standard(M0116)
-JeffreySung(nattyman@gmail.com)
-
-===============================
-
-Feature
--------
-- Replaceable keyboard controller for Apple IIgs(A9M0330)/Standard(M0116)
-- Teensy++ 2.0 required
-- Some signal bypass required
-- ADB keyboard doesn't use matrix for modifier keys. With virtual row for modifier keys, these keys are merged into key matrix.
-- Power key couldn't be used because power key is not connected to controller.
-
-History
-=======
-- 2012.09.17 First Release
-
-Build
-=====
-0. Just Type "Make" and return.
-
-Hardware
-========
-PJRC Teensy
------------
-0. The following ports should not be connected to board.
- From top view of Teensy++, from GND and counter clock wise.
- -7,26(in keyboard PCB, these pins are VDD,GND)
- -30,31(in Teensy++, these pins are Ref,GND respectively)
- -5,6(D2,D3 for bluetooth in future)
-1. Bypass 31 pin(from board) to E4(Teensy)
-2. Bypass 30 pin(from board) to F2(Teensy)
-3. Refer doc directory
-
-To Do
-=====
-0. Caps Lock connect
-1. Layer Change by toggling Clear Key
-2. Eject Key add. (following files should be modified.)
- common/usb_keycodes.h
- common/keyboard.c
-3. Use bluetooth
-EOF
+Alternative Controller for Apple IIgs/Standard(M0116)
+JeffreySung(nattyman@gmail.com)
+
+===============================
+
+Feature
+-------
+- Replaceable keyboard controller for Apple IIgs(A9M0330)/Standard(M0116)
+- Teensy++ 2.0 required
+- Some signal bypass required
+- ADB keyboard doesn't use matrix for modifier keys. With virtual row for modifier keys, these keys are merged into key matrix.
+- Power key couldn't be used because power key is not connected to controller.
+
+History
+=======
+- 2012.09.17 First Release
+- 2012.09.17 CapsLock support
+
+Build
+=====
+0. Just Type "Make" and return.
+
+Hardware
+========
+PJRC Teensy
+-----------
+0. The following ports should not be connected to board.
+ From top view of Teensy++, from GND and counter clock wise.
+ -7,26(in keyboard PCB, these pins are VDD,GND)
+ -30,31(in Teensy++, these pins are Ref,GND respectively)
+ -5,6(D2,D3 for bluetooth in future)
+1. Bypass 31 pin(from board) to E4(Teensy)
+2. Bypass 30 pin(from board) to F2(Teensy)
+3. Bypass 6 pin(from board) to A0(Teensy)
+4. Refer doc directory
+
+To Do
+=====
+0. When DEBOUNCE defined, there is a errors.
+1. Layer Change by toggling Clear Key
+2. Eject Key add. (following files should be modified.)
+ common/usb_keycodes.h
+ common/keyboard.c
+3. Use bluetooth
+EOF