]> git.donarmstrong.com Git - tmk_firmware.git/blob - keyboard/IIgs/README
Add option 7bit data to serial_soft.c
[tmk_firmware.git] / keyboard / IIgs / README
1 Replaceable USB Controller for Apple IIgs/Standard(M0116)\r
2 JeffreySung(nattyman@gmail.com)\r
3 \r
4 ===============================\r
5 \r
6 Feature\r
7 -------\r
8 - Replaceable keyboard controller for Apple IIgs(A9M0330)/Standard(M0116)\r
9 - Teensy++ 2.0 required\r
10 - Some signal bypass required\r
11 - ADB keyboard doesn't use matrix for modifier keys. With virtual row for modifier keys, \r
12   these keys are merged into key matrix using virtual row.\r
13   \r
14 History\r
15 =======\r
16 - 2012.09.17 First Release\r
17 - 2012.09.17 CapsLock support\r
18 - 2012.09.19 Power button added\r
19 Build\r
20 =====\r
21 0. Just Type "Make" and return.\r
22 \r
23 Hardware\r
24 ========\r
25 PJRC Teensy\r
26 -----------\r
27 0. The following ports should not be connected to board.\r
28    From top view of Teensy++, from GND and counter clock wise.\r
29     -7,26(in keyboard PCB, these pins are VDD,GND)\r
30         -30,31(in Teensy++, these pins are Ref,GND respectively)\r
31         -5,6(D2,D3  for bluetooth in future)\r
32 1. Bypass #31 pin(from board) to E4(Teensy)\r
33 2. Bypass #30 pin(from board) to F2(Teensy)\r
34 3. Bypass #6  pin(from board) to A0(Teensy)\r
35 4. Refer to documentation directory\r
36 \r
37 To Do\r
38 =====\r
39 0. When DEBOUNCE defined, there is a errors.\r
40 1. Layer Change by toggling Clear Key\r
41 2. Eject Key add. (following files should be modified.)\r
42                 common/keycode.h\r
43                 common/keyboard.c\r
44 3. Use bluetooth\r
45 EOF\r