summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Humbert2017-05-29 10:55:32 -0400
committerGitHub2017-05-29 10:55:32 -0400
commite179dbd9e6de027e19b88f53f7d6fb5d3944ee8d (patch)
treeaddaf5d51aff9b864aab91f9e8d96044202d916d
parent7041055ace4d7fe2b65f9ba9d045debdcceebf1f (diff)
parent51e44fd6c5df89962d9659d3d80455ea54b3c400 (diff)
Merge pull request #1341 from Dbroqua/patch-3
Update Differences-from-TMK.md
-rw-r--r--docs/Differences-from-TMK.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/Differences-from-TMK.md b/docs/Differences-from-TMK.md
index ca3ba93ff..10ca329dc 100644
--- a/docs/Differences-from-TMK.md
+++ b/docs/Differences-from-TMK.md
@@ -5,4 +5,3 @@ Understanding the essential changes made on the [tmk_keyboard firmware](http://g
| Maintainer |hasu (@tmk) |Jack Humbert et al. |
| Build path customization | `TMK_DIR = ...` | `include .../Makefile` |
| `keymaps` array data | 3D array of `uint8_t` holding **keycode** | 3D array of `uint16_t` holding **keycode** |
-| `fn_actions` array data | 1D array of `uint8_t` holding **action code** | 1D array of `uint16_t` holding **action code** |