From 686849755704dc15638905674421a716bf1c54de Mon Sep 17 00:00:00 2001 From: skullydazed Date: Fri, 17 Feb 2017 14:14:10 -0800 Subject: [PATCH] Updated Keymap (markdown) --- Keymap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Keymap.md b/Keymap.md index bc135dd6f..631388ed0 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() -- 2.39.2