summaryrefslogtreecommitdiffstats
path: root/Keymap.md
diff options
context:
space:
mode:
authorskullydazed <skullydazed@users.noreply.github.com>2017-02-17 14:14:10 -0800
committerskullydazed <skullydazed@users.noreply.github.com>2017-02-17 14:14:10 -0800
commit686849755704dc15638905674421a716bf1c54de (patch)
tree2d12e05ce38fc5555e7302e0810851ddbd7c5a9c /Keymap.md
parent4c9dae0e3b0b7a55bf853fdffae04700c48587f0 (diff)
Updated Keymap (markdown)
Diffstat (limited to 'Keymap.md')
-rw-r--r--Keymap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Keymap.md b/Keymap.md
index bc135dd6f7..631388ed07 100644
--- a/Keymap.md
+++ b/Keymap.md
@@ -82,7 +82,7 @@ At the bottom of the file we've defined a single custom function. This function
#### `fn_actions[]`
-We define the `fn_actions[]` array to point to custom functions. `F(N)` in a keymap will call element N of that array. In the Clueboard's case that definition looks like this:
+We define the `fn_actions[]` array to point to custom functions. `F(N)` in a keymap will call element N of that array. For the Clueboard's that looks like this:
const uint16_t PROGMEM fn_actions[] = {
[0] = ACTION_FUNCTION(0), // Calls action_function()