]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - keyboard/IIgs/README
Fix keymap for new framework
[tmk_firmware.git] / keyboard / IIgs / README
diff --git a/keyboard/IIgs/README b/keyboard/IIgs/README
new file mode 100644 (file)
index 0000000..4f9cad1
--- /dev/null
@@ -0,0 +1,45 @@
+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/keycode.h\r
+               common/keyboard.c\r
+3. Use bluetooth\r
+EOF\r