aboutsummaryrefslogtreecommitdiff
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)
downloadqmk_firmware-b4e7d4ffae488dfd3d33ad21cca47631101f9575.tar.gz
qmk_firmware-b4e7d4ffae488dfd3d33ad21cca47631101f9575.zip
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 161d7e4b5..d02ef3a11 100644
--- a/docs/ja/custom_quantum_functions.md
+++ b/docs/ja/custom_quantum_functions.md
@@ -1,8 +1,8 @@
1# キーボードの挙動をカスタマイズする方法 1# キーボードの挙動をカスタマイズする方法
2 2
3<!--- 3<!---
4 original document: 0.9.43:docs/custom_quantum_functions.md 4 original document: 0.10.33:docs/custom_quantum_functions.md
5 git diff 0.9.43 HEAD -- docs/custom_quantum_functions.md | cat 5 git diff 0.10.33 HEAD -- docs/custom_quantum_functions.md | cat
6--> 6-->
7 7
8多くの人にとって、カスタムキーボードはボタンの押下をコンピュータに送信するだけではありません。単純なボタンの押下やマクロよりも複雑なことを実行できるようにしたいでしょう。QMK にはコードを挿入したり、機能を上書きしたり、様々な状況でキーボードの挙動をカスタマイズできるフックがあります。 8多くの人にとって、カスタムキーボードはボタンの押下をコンピュータに送信するだけではありません。単純なボタンの押下やマクロよりも複雑なことを実行できるようにしたいでしょう。QMK にはコードを挿入したり、機能を上書きしたり、様々な状況でキーボードの挙動をカスタマイズできるフックがあります。