From 90ec3fe8792080f92158be6836f75b4c2aae94ff Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 13 Feb 2019 17:51:50 -0700 Subject: [PATCH] Typo fixes in README --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ee44d00d96..0742bbbbcb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ TMK Keyboard Firmware Collection ================================ -This repository includes keyboard and converter firmware projects built with [`tmk_core`][tmk_core] keyboard library. +This repository includes keyboard and converter firmware projects built with the [`tmk_core`][tmk_core] keyboard library. The latest source code is available here: @@ -8,12 +8,11 @@ The latest source code is available here: Updates ------- #### 2017/01/11 -Changed action code for `ACTION_LAYER_MODS` and this may cause incompatibility with existent shared URL and downloaded firmwware of keymap editor. If you are using the action you just have to redefine it on keymap editor. Existent keymap code should not suffer. +Changed action code for `ACTION_LAYER_MODS` and this may cause incompatibility with existent shared URL and downloaded firmware of keymap editor. If you are using the action you just have to redefine it on keymap editor. Existent keymap code should not suffer. #### 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 @@ -186,7 +185,7 @@ ync option tries to keep switch state consistent with keyboard LED state. Start Your Own Project ----------------------- 1. Add `tmk_core` into your repository using `git submodule` or `git subtree`. -2. Copy files from `tmk_keybaord` or other project similar to yours +2. Copy files from `tmk_keyboard` or other project similar to yours 3. Edit those files to support your keyboard. See these as examples. @@ -216,7 +215,7 @@ Files and Directories Contribution ------------ - Report bugs in github **[Issues](https://github.com/tmk/tmk_keyboard/issues)**. -- Pull requets are also welcomed. +- Pull requests are also welcomed.