X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=README.md;h=68e92b468eb0294aad5080096404489930e967ef;hb=1cc704c126df3fada827b830575fb5f683497326;hp=941acf11700bd724cf1a02f2ea4cf9a5ed9d38dd;hpb=649151cbeb84cef0da09269c614b6855feb602c8;p=max%2Ftmk_keyboard.git diff --git a/README.md b/README.md index 941acf11..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 @@ -67,6 +71,7 @@ https://github.com/tmk/tmk_keyboard/wiki/TMK-Based-Projects [PC98]: http://en.wikipedia.org/wiki/NEC_PC-9801 [Sun]: http://en.wikipedia.org/wiki/Sun-3 [Infinity]: https://www.massdrop.com/buy/infinity-keyboard-kit +[tmk_core]: https://github.com/tmk/tmk_core