summaryrefslogtreecommitdiff
path: root/tmk_core/readme.md
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-06-05 20:56:03 +1000
committerDrashna Jael're <drashna@live.com>2020-09-30 02:47:38 -0700
commite74b8a04644812808ddcce077cb32805c9c1eb5d (patch)
tree38e95c78d621fe06203a8d0bcd43f06f34a111bd /tmk_core/readme.md
parent0df455119dbe7b45473331a525dd8ad1b6b894d0 (diff)
Remove iWRAP protocol (#9284)
Diffstat (limited to 'tmk_core/readme.md')
-rw-r--r--tmk_core/readme.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/tmk_core/readme.md b/tmk_core/readme.md
index 71b8d2e9fc..69a4f75e06 100644
--- a/tmk_core/readme.md
+++ b/tmk_core/readme.md
@@ -85,8 +85,8 @@ Architecture
/ /| Keys/Mouse | Protocol |d| | Action | | | Protocol |
/__________/ |<-----------| LUFA |r| | Layer, Tap | | | Matrix |
|.--------.| | LED | V-USB |i| |-------------| | | PS/2,IBM | __________________
- || || |----------->| iWRAP(BT)|v| | Keymap | | | ADB,M0110| Keys / /_/_/_/_/_/_/_/ /|
- || Host || | Console | UART |e| | Mousekey | | | SUN/NEWS |<----------/ /_/_/_/_/_/_/_/ / /
+ || || |----------->| UART |v| | Keymap | | | ADB,M0110| Keys / /_/_/_/_/_/_/_/ /|
+ || Host || | Console | |e| | Mousekey | | | SUN/NEWS |<----------/ /_/_/_/_/_/_/_/ / /
||________||/.<-----------| |r| | Report | | | X68K/PC98| Control / /_/_/_/_/_/_/_/ / /
`_========_'/| |---------------------------------------------|-------->/___ /_______/ ___/ /
|_o______o_|/ | Sendchar, Print, Debug, Command, ... | |_________________|/
@@ -134,7 +134,6 @@ Files and Directories
### Keyboard Protocols
* lufa/ - LUFA USB stack
* vusb/ - Objective Development V-USB
-* iwrap/ - Bluetooth HID for Bluegiga iWRAP
* ps2.c - PS/2 protocol
* adb.c - Apple Desktop Bus protocol
* m0110.c - Macintosh 128K/512K/Plus keyboard protocol