]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - README.md
core: Fix doc/keymap.md for new keymap framework
[max/tmk_keyboard.git] / README.md
index 49992fcccccfaffc341f520f7ae526846f97f356..68e92b468eb0294aad5080096404489930e967ef 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,6 +7,10 @@ The latest source code is available here: <http://github.com/tmk/tmk_keyboard>
 
 Updates
 -------
+#### 2016/06/26
+Keymap framework was updated. `fn_actions[]` should be defined as `action_t` instead of `uint16_t`. And default code for keymap handling is now included in core you just need define `uint8_t keymaps[][MATRIX_ROWS][MATRIX_COLS]` and `action_t fn_actions[]`.
+
+
 #### 2016/06/22
 Some projects were moved from `converter` and `keyboard` to `orphan` directory. Those might be removed in some future but you will be able to access them with `orphans` tag. See <https://github.com/tmk/tmk_keyboard/issues/173>