aboutsummaryrefslogtreecommitdiff
path: root/docs/ja/custom_quantum_functions.md
diff options
context:
space:
mode:
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 にはコードを挿入したり、機能を上書きしたり、様々な状況でキーボードの挙動をカスタマイズできるフックがあります。