summaryrefslogtreecommitdiffstats
path: root/docs/ja/feature_audio.md
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-09-15 01:03:55 +0100
committerGitHub <noreply@github.com>2022-09-15 01:03:55 +0100
commit01f31bf28ebcb5721229697c93dc6e0b2d5b66d7 (patch)
treebf1a28b41008be13a52a4a871c34ce594916d791 /docs/ja/feature_audio.md
parent0abde386ae46600d0ac12b13a480c060e3292bd9 (diff)
[Docs] RESET -> QK_BOOT (#18365)
Diffstat (limited to 'docs/ja/feature_audio.md')
-rw-r--r--docs/ja/feature_audio.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ja/feature_audio.md b/docs/ja/feature_audio.md
index ca7820e3c4..2d1fd8f78a 100644
--- a/docs/ja/feature_audio.md
+++ b/docs/ja/feature_audio.md
@@ -23,7 +23,7 @@ Timer 3:
```
STARTUP_SONG // キーボードの起動時に再生 (audio.c)
-GOODBYE_SONG // RESET キーを押すと再生 (quantum.c)
+GOODBYE_SONG // QK_BOOT キーを押すと再生 (quantum.c)
AG_NORM_SONG // AG_NORM キーを押すと再生 (quantum.c)
AG_SWAP_SONG // AG_SWAP キーを押すと再生 (quantum.c)
CG_NORM_SONG // CG_NORM キーを押すと再生 (quantum.c)