X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=README.md;h=68e92b468eb0294aad5080096404489930e967ef;hb=1cc704c126df3fada827b830575fb5f683497326;hp=49992fcccccfaffc341f520f7ae526846f97f356;hpb=38ab23568e639af7de13e77a2f47a2d51123c6de;p=max%2Ftmk_keyboard.git diff --git a/README.md b/README.md index 49992fcc..68e92b46 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ The latest source code is available here: 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