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 5b719bca5d..a754cfee42 100644 --- a/tmk_core/readme.md +++ b/tmk_core/readme.md @@ -84,8 +84,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, ... | |_________________|/ @@ -133,7 +133,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 |