diff options
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 |