summaryrefslogtreecommitdiff
path: root/docs/ja/custom_quantum_functions.md
diff options
context:
space:
mode:
authorshela <shelaf@users.noreply.github.com>2020-10-13 17:03:17 +0900
committerGitHub <noreply@github.com>2020-10-13 17:03:17 +0900
commitb4e7d4ffae488dfd3d33ad21cca47631101f9575 (patch)
tree92cfe7d104192ccf01761f70701971ac086fa06e /docs/ja/custom_quantum_functions.md
parent30c65a2547e14277e32d6af14d1386b52743ac4b (diff)
Update tags to check for document updates (#10606)
Diffstat (limited to 'docs/ja/custom_quantum_functions.md')
-rw-r--r--docs/ja/custom_quantum_functions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ja/custom_quantum_functions.md b/docs/ja/custom_quantum_functions.md
index 161d7e4b56..d02ef3a115 100644
--- a/docs/ja/custom_quantum_functions.md
+++ b/docs/ja/custom_quantum_functions.md
@@ -1,8 +1,8 @@
# キーボードの挙動をカスタマイズする方法
<!---
- original document: 0.9.43:docs/custom_quantum_functions.md
- git diff 0.9.43 HEAD -- docs/custom_quantum_functions.md | cat
+ original document: 0.10.33:docs/custom_quantum_functions.md
+ git diff 0.10.33 HEAD -- docs/custom_quantum_functions.md | cat
-->
多くの人にとって、カスタムキーボードはボタンの押下をコンピュータに送信するだけではありません。単純なボタンの押下やマクロよりも複雑なことを実行できるようにしたいでしょう。QMK にはコードを挿入したり、機能を上書きしたり、様々な状況でキーボードの挙動をカスタマイズできるフックがあります。