diff options
author | Ryan <fauxpark@gmail.com> | 2020-06-05 20:56:03 +1000 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-08-29 14:30:02 -0700 |
commit | 5cc3ab38c9148cd6bc7ccdba176a88fbb95653b1 (patch) | |
tree | dd076eba2a41b566c1e84b899dcb97e9c459fdba /tmk_core/readme.md | |
parent | 3dbbd4cf4466ba36676e028ce78c60bf7ccc4282 (diff) | |
download | qmk_firmware-5cc3ab38c9148cd6bc7ccdba176a88fbb95653b1.tar.gz qmk_firmware-5cc3ab38c9148cd6bc7ccdba176a88fbb95653b1.zip |
Remove iWRAP protocol (#9284)
Diffstat (limited to 'tmk_core/readme.md')
-rw-r--r-- | tmk_core/readme.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tmk_core/readme.md b/tmk_core/readme.md index 5b719bca5..a754cfee4 100644 --- a/tmk_core/readme.md +++ b/tmk_core/readme.md | |||
@@ -84,8 +84,8 @@ Architecture | |||
84 | / /| Keys/Mouse | Protocol |d| | Action | | | Protocol | | 84 | / /| Keys/Mouse | Protocol |d| | Action | | | Protocol | |
85 | /__________/ |<-----------| LUFA |r| | Layer, Tap | | | Matrix | | 85 | /__________/ |<-----------| LUFA |r| | Layer, Tap | | | Matrix | |
86 | |.--------.| | LED | V-USB |i| |-------------| | | PS/2,IBM | __________________ | 86 | |.--------.| | LED | V-USB |i| |-------------| | | PS/2,IBM | __________________ |
87 | || || |----------->| iWRAP(BT)|v| | Keymap | | | ADB,M0110| Keys / /_/_/_/_/_/_/_/ /| | 87 | || || |----------->| UART |v| | Keymap | | | ADB,M0110| Keys / /_/_/_/_/_/_/_/ /| |
88 | || Host || | Console | UART |e| | Mousekey | | | SUN/NEWS |<----------/ /_/_/_/_/_/_/_/ / / | 88 | || Host || | Console | |e| | Mousekey | | | SUN/NEWS |<----------/ /_/_/_/_/_/_/_/ / / |
89 | ||________||/.<-----------| |r| | Report | | | X68K/PC98| Control / /_/_/_/_/_/_/_/ / / | 89 | ||________||/.<-----------| |r| | Report | | | X68K/PC98| Control / /_/_/_/_/_/_/_/ / / |
90 | `_========_'/| |---------------------------------------------|-------->/___ /_______/ ___/ / | 90 | `_========_'/| |---------------------------------------------|-------->/___ /_______/ ___/ / |
91 | |_o______o_|/ | Sendchar, Print, Debug, Command, ... | |_________________|/ | 91 | |_o______o_|/ | Sendchar, Print, Debug, Command, ... | |_________________|/ |
@@ -133,7 +133,6 @@ Files and Directories | |||
133 | ### Keyboard Protocols | 133 | ### Keyboard Protocols |
134 | * lufa/ - LUFA USB stack | 134 | * lufa/ - LUFA USB stack |
135 | * vusb/ - Objective Development V-USB | 135 | * vusb/ - Objective Development V-USB |
136 | * iwrap/ - Bluetooth HID for Bluegiga iWRAP | ||
137 | * ps2.c - PS/2 protocol | 136 | * ps2.c - PS/2 protocol |
138 | * adb.c - Apple Desktop Bus protocol | 137 | * adb.c - Apple Desktop Bus protocol |
139 | * m0110.c - Macintosh 128K/512K/Plus keyboard protocol | 138 | * m0110.c - Macintosh 128K/512K/Plus keyboard protocol |