forked from mirrors/qmk_firmware
Updated Keymap (markdown)
This commit is contained in:
parent
4c9dae0e3b
commit
6868497557
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ At the bottom of the file we've defined a single custom function. This function
|
||||||
|
|
||||||
#### `fn_actions[]`
|
#### `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[] = {
|
const uint16_t PROGMEM fn_actions[] = {
|
||||||
[0] = ACTION_FUNCTION(0), // Calls action_function()
|
[0] = ACTION_FUNCTION(0), // Calls action_function()
|
||||||
|
|
Loading…
Reference in a new issue