diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_audio.md | 6 | ||||
-rw-r--r-- | docs/getting_started_make_guide.md | 4 | ||||
-rw-r--r-- | docs/ja/feature_audio.md | 6 | ||||
-rw-r--r-- | docs/ja/getting_started_make_guide.md | 4 |
4 files changed, 0 insertions, 20 deletions
diff --git a/docs/feature_audio.md b/docs/feature_audio.md index 5132dfe97..68ba4477a 100644 --- a/docs/feature_audio.md +++ b/docs/feature_audio.md | |||
@@ -215,12 +215,6 @@ This is still a WIP, but check out `quantum/process_keycode/process_midi.c` to s | |||
215 | AU_OFF, | 215 | AU_OFF, |
216 | AU_TOG, | 216 | AU_TOG, |
217 | 217 | ||
218 | #ifdef FAUXCLICKY_ENABLE | ||
219 | FC_ON, | ||
220 | FC_OFF, | ||
221 | FC_TOG, | ||
222 | #endif | ||
223 | |||
224 | // Music mode on/off/toggle | 218 | // Music mode on/off/toggle |
225 | MU_ON, | 219 | MU_ON, |
226 | MU_OFF, | 220 | MU_OFF, |
diff --git a/docs/getting_started_make_guide.md b/docs/getting_started_make_guide.md index ad63a1c2e..7198576e3 100644 --- a/docs/getting_started_make_guide.md +++ b/docs/getting_started_make_guide.md | |||
@@ -121,10 +121,6 @@ For further details, as well as limitations, see the [Unicode page](feature_unic | |||
121 | 121 | ||
122 | This allows you output audio on the C6 pin (needs abstracting). See the [audio page](feature_audio.md) for more information. | 122 | This allows you output audio on the C6 pin (needs abstracting). See the [audio page](feature_audio.md) for more information. |
123 | 123 | ||
124 | `FAUXCLICKY_ENABLE` | ||
125 | |||
126 | Uses buzzer to emulate clicky switches. A cheap imitation of the Cherry blue switches. By default, uses the C6 pin, same as `AUDIO_ENABLE`. | ||
127 | |||
128 | `VARIABLE_TRACE` | 124 | `VARIABLE_TRACE` |
129 | 125 | ||
130 | Use this to debug changes to variable values, see the [tracing variables](unit_testing.md#tracing-variables) section of the Unit Testing page for more information. | 126 | Use this to debug changes to variable values, see the [tracing variables](unit_testing.md#tracing-variables) section of the Unit Testing page for more information. |
diff --git a/docs/ja/feature_audio.md b/docs/ja/feature_audio.md index 2d13c3f7c..ca7820e3c 100644 --- a/docs/ja/feature_audio.md +++ b/docs/ja/feature_audio.md | |||
@@ -220,12 +220,6 @@ const uint8_t music_map[MATRIX_ROWS][MATRIX_COLS] = LAYOUT_ortho_4x12( | |||
220 | AU_OFF, | 220 | AU_OFF, |
221 | AU_TOG, | 221 | AU_TOG, |
222 | 222 | ||
223 | #ifdef FAUXCLICKY_ENABLE | ||
224 | FC_ON, | ||
225 | FC_OFF, | ||
226 | FC_TOG, | ||
227 | #endif | ||
228 | |||
229 | // Music mode on/off/toggle | 223 | // Music mode on/off/toggle |
230 | MU_ON, | 224 | MU_ON, |
231 | MU_OFF, | 225 | MU_OFF, |
diff --git a/docs/ja/getting_started_make_guide.md b/docs/ja/getting_started_make_guide.md index 08005877e..45284a0b9 100644 --- a/docs/ja/getting_started_make_guide.md +++ b/docs/ja/getting_started_make_guide.md | |||
@@ -110,10 +110,6 @@ make コマンド自体にもいくつかの追加オプションがあります | |||
110 | 110 | ||
111 | C6 ピン(抽象化が必要)でオーディオ出力できます。詳細は[オーディオページ](ja/feature_audio.md)を見てください。 | 111 | C6 ピン(抽象化が必要)でオーディオ出力できます。詳細は[オーディオページ](ja/feature_audio.md)を見てください。 |
112 | 112 | ||
113 | `FAUXCLICKY_ENABLE` | ||
114 | |||
115 | クリック音のあるスイッチをエミュレートするためにブザーを使います。Cherry社製の青軸スイッチの安っぽい模倣です。デフォルトでは、`AUDIO_ENABLE` と同じように C6 ピンを使います。 | ||
116 | |||
117 | `VARIABLE_TRACE` | 113 | `VARIABLE_TRACE` |
118 | 114 | ||
119 | これを使って変数の値の変更をデバッグします。詳細についてはユニットテストのページの[変数のトレース](ja/unit_testing.md#tracing-variables)のセクションを見てください。 | 115 | これを使って変数の値の変更をデバッグします。詳細についてはユニットテストのページの[変数のトレース](ja/unit_testing.md#tracing-variables)のセクションを見てください。 |