]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated Keymap (markdown)
authorskullydazed <skullydazed@users.noreply.github.com>
Fri, 17 Feb 2017 22:14:10 +0000 (14:14 -0800)
committerskullydazed <skullydazed@users.noreply.github.com>
Fri, 17 Feb 2017 22:14:10 +0000 (14:14 -0800)
Keymap.md

index bc135dd6f7c8274a2b84c277229fb5c0284b5fee..631388ed07dfa21978cffff2b309a0254781b77a 100644 (file)
--- 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()