diff options
Diffstat (limited to 'tmk_core/readme.md')
-rw-r--r-- | tmk_core/readme.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tmk_core/readme.md b/tmk_core/readme.md index a3783fe37..71b8d2e9f 100644 --- a/tmk_core/readme.md +++ b/tmk_core/readme.md | |||
@@ -48,7 +48,7 @@ Complete firmwares for various keyboards and protocol converters. | |||
48 | License | 48 | License |
49 | ------- | 49 | ------- |
50 | **GPLv2** or later. Some protocol files are under **Modified BSD License**. | 50 | **GPLv2** or later. Some protocol files are under **Modified BSD License**. |
51 | LUFA, PJRC and V-USB stack have their own license respectively. | 51 | ChibiOS, LUFA and V-USB stack have their own license respectively. |
52 | 52 | ||
53 | 53 | ||
54 | 54 | ||
@@ -85,9 +85,9 @@ Architecture | |||
85 | / /| Keys/Mouse | Protocol |d| | Action | | | Protocol | | 85 | / /| Keys/Mouse | Protocol |d| | Action | | | Protocol | |
86 | /__________/ |<-----------| LUFA |r| | Layer, Tap | | | Matrix | | 86 | /__________/ |<-----------| LUFA |r| | Layer, Tap | | | Matrix | |
87 | |.--------.| | LED | V-USB |i| |-------------| | | PS/2,IBM | __________________ | 87 | |.--------.| | LED | V-USB |i| |-------------| | | PS/2,IBM | __________________ |
88 | || || |----------->| PJRC |v| | Keymap | | | ADB,M0110| Keys / /_/_/_/_/_/_/_/ /| | 88 | || || |----------->| iWRAP(BT)|v| | Keymap | | | ADB,M0110| Keys / /_/_/_/_/_/_/_/ /| |
89 | || Host || | Console | iWRAP(BT)|e| | Mousekey | | | SUN/NEWS |<----------/ /_/_/_/_/_/_/_/ / / | 89 | || Host || | Console | UART |e| | Mousekey | | | SUN/NEWS |<----------/ /_/_/_/_/_/_/_/ / / |
90 | ||________||/.<-----------| UART |r| | Report | | | X68K/PC98| Control / /_/_/_/_/_/_/_/ / / | 90 | ||________||/.<-----------| |r| | Report | | | X68K/PC98| Control / /_/_/_/_/_/_/_/ / / |
91 | `_========_'/| |---------------------------------------------|-------->/___ /_______/ ___/ / | 91 | `_========_'/| |---------------------------------------------|-------->/___ /_______/ ___/ / |
92 | |_o______o_|/ | Sendchar, Print, Debug, Command, ... | |_________________|/ | 92 | |_o______o_|/ | Sendchar, Print, Debug, Command, ... | |_________________|/ |
93 | +---------------------------------------------+ Keyboard | 93 | +---------------------------------------------+ Keyboard |
@@ -133,7 +133,6 @@ Files and Directories | |||
133 | 133 | ||
134 | ### Keyboard Protocols | 134 | ### Keyboard Protocols |
135 | * lufa/ - LUFA USB stack | 135 | * lufa/ - LUFA USB stack |
136 | * pjrc/ - PJRC USB stack | ||
137 | * vusb/ - Objective Development V-USB | 136 | * vusb/ - Objective Development V-USB |
138 | * iwrap/ - Bluetooth HID for Bluegiga iWRAP | 137 | * iwrap/ - Bluetooth HID for Bluegiga iWRAP |
139 | * ps2.c - PS/2 protocol | 138 | * ps2.c - PS/2 protocol |