aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/readme.md')
-rw-r--r--tmk_core/readme.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/tmk_core/readme.md b/tmk_core/readme.md
index 6b6714a6a..f460d0ed4 100644
--- a/tmk_core/readme.md
+++ b/tmk_core/readme.md
@@ -5,6 +5,16 @@ This is a keyboard firmware library with some useful features for Atmel AVR and
5Source code is available here: <https://github.com/tmk/tmk_keyboard/tree/core> 5Source code is available here: <https://github.com/tmk/tmk_keyboard/tree/core>
6 6
7 7
8Updates
9-------
10#### 2016/02/10
11flabbergast's Chibios protocol was merged from <https://github.com/flabbergast/tmk_keyboard/tree/chibios>. See [protocol/chibios/README.md](protocol/chibios/README.md). Chibios protocol supports Cortex-M such as STM32 and Kinetis.
12
13#### 2015/04/22
14separated with TMK Keyboard Firmware Collection
15
16
17
8Features 18Features
9-------- 19--------
10These features can be used in your keyboard. 20These features can be used in your keyboard.
@@ -27,12 +37,6 @@ These features can be used in your keyboard.
27 37
28 38
29 39
30Updates
31-------
322015/04/22 separated with TMK Keyboard Firmware Collection
33
34
35
36TMK Keyboard Firmware Collection 40TMK Keyboard Firmware Collection
37-------------------------------- 41--------------------------------
38Complete firmwares for various keyboards and protocol converters. 42Complete firmwares for various keyboards and protocol converters.