summaryrefslogtreecommitdiffstats
path: root/keyboards/hhkb/readme.md
diff options
context:
space:
mode:
authorTerryMathews <terry@terrymathews.net>2017-04-08 06:30:54 +0200
committerGitHub <noreply@github.com>2017-04-08 06:30:54 +0200
commit3899bec4b603a0880055c60df534c5a86ad44a52 (patch)
treedd3ac70f403290fafff4bf8005925a3d5eed69cd /keyboards/hhkb/readme.md
parent2a2be010d9d8c10d872c01637f4b4cd263f9bc1b (diff)
parent154305ce1be16b2c8abce5e5d4dee421f295d6b3 (diff)
downloadqmk_firmware-3899bec4b603a0880055c60df534c5a86ad44a52.tar.gz
qmk_firmware-3899bec4b603a0880055c60df534c5a86ad44a52.tar.xz
Merge pull request #1 from qmk/master
Catchup
Diffstat (limited to 'keyboards/hhkb/readme.md')
-rw-r--r--keyboards/hhkb/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hhkb/readme.md b/keyboards/hhkb/readme.md
index 367c0a08f..ee7d11121 100644
--- a/keyboards/hhkb/readme.md
+++ b/keyboards/hhkb/readme.md
@@ -82,7 +82,7 @@ We've added shortcuts to make common modifier/tap (mod-tap) mappings more compac
### Remember: These are just aliases
-These functions work the same way that their `ACTION_*` functions do - they're just quick aliases. To dig into all of the tmk ACTION_* functions, please see the [TMK documentation](https://github.com/jackhumbert/qmk_firmware/blob/master/tmk_core/doc/keymap.md#2-action).
+These functions work the same way that their `ACTION_*` functions do - they're just quick aliases. To dig into all of the tmk ACTION_* functions, please see the [TMK documentation](https://github.com/qmk/qmk_firmware/blob/master/tmk_core/doc/keymap.md#2-action).
Instead of using `FNx` when defining `ACTION_*` functions, you can use `F(x)` - the benefit here is being able to use more than 32 function actions (up to 4096), if you happen to need them.