]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - keyboard/IIgs_Standard/README
Power key support
[tmk_firmware.git] / keyboard / IIgs_Standard / README
index d7c3935e4c39867f4ed2c83abd67b7ea9486566e..48d9470f62582c2746dd98d9d7f1e8f2f6568bd9 100644 (file)
@@ -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
+Replacable USB Controller for Apple IIgs/Standard(M0116)\r
+JeffreySung(nattyman@gmail.com)\r
+\r
+===============================\r
+\r
+Feature\r
+-------\r
+- Replaceable keyboard controller for Apple IIgs(A9M0330)/Standard(M0116)\r
+- Teensy++ 2.0 required\r
+- Some signal bypass required\r
+- ADB keyboard doesn't use matrix for modifier keys. With virtual row for modifier keys, \r
+  these keys are merged into key matrix using virtual row.\r
+  \r
+History\r
+=======\r
+- 2012.09.17 First Release\r
+- 2012.09.17 CapsLock support\r
+- 2012.09.19 Power button added\r
+Build\r
+=====\r
+0. Just Type "Make" and return.\r
+\r
+Hardware\r
+========\r
+PJRC Teensy\r
+-----------\r
+0. The following ports should not be connected to board.\r
+   From top view of Teensy++, from GND and counter clock wise.\r
+    -7,26(in keyboard PCB, these pins are VDD,GND)\r
+       -30,31(in Teensy++, these pins are Ref,GND respectively)\r
+       -5,6(D2,D3  for bluetooth in future)\r
+1. Bypass #31 pin(from board) to E4(Teensy)\r
+2. Bypass #30 pin(from board) to F2(Teensy)\r
+3. Bypass #6  pin(from board) to A0(Teensy)\r
+4. Refer doc directory\r
+\r
+To Do\r
+=====\r
+0. When DEBOUNCE defined, there is a errors.\r
+1. Layer Change by toggling Clear Key\r
+2. Eject Key add. (following files should be modified.)\r
+               common/usb_keycodes.h\r
+               common/keyboard.c\r
+3. Use bluetooth\r
+EOF\r