summaryrefslogtreecommitdiffstats
path: root/keyboard/IIgs/README
diff options
context:
space:
mode:
authorErez Zukerman <ezuk@madmimi.com>2016-05-25 05:55:29 +0200
committerErez Zukerman <ezuk@madmimi.com>2016-05-25 05:55:29 +0200
commitd06e940a179b2e81563cf6123461cfcad35f9045 (patch)
tree58f4bbc22f51cba0c22a6a1ab09a499681f1f89e /keyboard/IIgs/README
parent8bc69afc633d3e199e3ac0a5bf39e4d255f2ce4a (diff)
downloadqmk_firmware-d06e940a179b2e81563cf6123461cfcad35f9045.tar.gz
qmk_firmware-d06e940a179b2e81563cf6123461cfcad35f9045.tar.xz
[Erez & Jack] Removes keyboards which are not active on qmk
Diffstat (limited to 'keyboard/IIgs/README')
-rw-r--r--keyboard/IIgs/README45
1 files changed, 0 insertions, 45 deletions
diff --git a/keyboard/IIgs/README b/keyboard/IIgs/README
deleted file mode 100644
index 820d77110..000000000
--- a/keyboard/IIgs/README
+++ /dev/null
@@ -1,45 +0,0 @@
-Replaceable USB 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 using virtual row.
-
-History
-=======
-- 2012.09.17 First Release
-- 2012.09.17 CapsLock support
-- 2012.09.19 Power button added
-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 to documentation 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/keycode.h
- common/keyboard.c
-3. Use bluetooth
-EOF