diff options
Diffstat (limited to 'tmk_core/readme.md')
-rw-r--r-- | tmk_core/readme.md | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/tmk_core/readme.md b/tmk_core/readme.md index a754cfee4..a47dc8818 100644 --- a/tmk_core/readme.md +++ b/tmk_core/readme.md | |||
@@ -25,7 +25,6 @@ These features can be used in your keyboard. | |||
25 | * Media Control Key - Volume Down/Up, Mute, Next/Prev track, Play, Stop and etc | 25 | * Media Control Key - Volume Down/Up, Mute, Next/Prev track, Play, Stop and etc |
26 | * USB NKRO - 248 keys(+ 8 modifiers) simultaneously | 26 | * USB NKRO - 248 keys(+ 8 modifiers) simultaneously |
27 | * PS/2 mouse support - PS/2 mouse(TrackPoint) as composite device | 27 | * PS/2 mouse support - PS/2 mouse(TrackPoint) as composite device |
28 | * Keyboard protocols - PS/2, ADB, M0110, Sun and other old keyboard protocols | ||
29 | * User Function - Customizable function of key with writing code | 28 | * User Function - Customizable function of key with writing code |
30 | * Macro - Very primitive at this time | 29 | * Macro - Very primitive at this time |
31 | * Keyboard Tricks - Oneshot modifier and modifier with tapping feature | 30 | * Keyboard Tricks - Oneshot modifier and modifier with tapping feature |
@@ -84,9 +83,9 @@ Architecture | |||
84 | / /| Keys/Mouse | Protocol |d| | Action | | | Protocol | | 83 | / /| Keys/Mouse | Protocol |d| | Action | | | Protocol | |
85 | /__________/ |<-----------| LUFA |r| | Layer, Tap | | | Matrix | | 84 | /__________/ |<-----------| LUFA |r| | Layer, Tap | | | Matrix | |
86 | |.--------.| | LED | V-USB |i| |-------------| | | PS/2,IBM | __________________ | 85 | |.--------.| | LED | V-USB |i| |-------------| | | PS/2,IBM | __________________ |
87 | || || |----------->| UART |v| | Keymap | | | ADB,M0110| Keys / /_/_/_/_/_/_/_/ /| | 86 | || || |----------->| UART |v| | Keymap | | | | Keys / /_/_/_/_/_/_/_/ /| |
88 | || Host || | Console | |e| | Mousekey | | | SUN/NEWS |<----------/ /_/_/_/_/_/_/_/ / / | 87 | || Host || | Console | |e| | Mousekey | | | |<----------/ /_/_/_/_/_/_/_/ / / |
89 | ||________||/.<-----------| |r| | Report | | | X68K/PC98| Control / /_/_/_/_/_/_/_/ / / | 88 | ||________||/.<-----------| |r| | Report | | | | Control / /_/_/_/_/_/_/_/ / / |
90 | `_========_'/| |---------------------------------------------|-------->/___ /_______/ ___/ / | 89 | `_========_'/| |---------------------------------------------|-------->/___ /_______/ ___/ / |
91 | |_o______o_|/ | Sendchar, Print, Debug, Command, ... | |_________________|/ | 90 | |_o______o_|/ | Sendchar, Print, Debug, Command, ... | |_________________|/ |
92 | +---------------------------------------------+ Keyboard | 91 | +---------------------------------------------+ Keyboard |
@@ -134,10 +133,6 @@ Files and Directories | |||
134 | * lufa/ - LUFA USB stack | 133 | * lufa/ - LUFA USB stack |
135 | * vusb/ - Objective Development V-USB | 134 | * vusb/ - Objective Development V-USB |
136 | * ps2.c - PS/2 protocol | 135 | * ps2.c - PS/2 protocol |
137 | * adb.c - Apple Desktop Bus protocol | ||
138 | * m0110.c - Macintosh 128K/512K/Plus keyboard protocol | ||
139 | * news.c - Sony NEWS keyboard protocol | ||
140 | * x68k.c - Sharp X68000 keyboard protocol | ||
141 | * serial_soft.c - Asynchronous Serial protocol implemented by software | 136 | * serial_soft.c - Asynchronous Serial protocol implemented by software |
142 | 137 | ||
143 | 138 | ||