diff options
Diffstat (limited to 'docs/ja/custom_quantum_functions.md')
| -rw-r--r-- | docs/ja/custom_quantum_functions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ja/custom_quantum_functions.md b/docs/ja/custom_quantum_functions.md index 96e2a4ab3..161d7e4b5 100644 --- a/docs/ja/custom_quantum_functions.md +++ b/docs/ja/custom_quantum_functions.md | |||
| @@ -456,7 +456,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 456 | layer_state_set(layer_state); // すぐにレイヤーの色を更新します | 456 | layer_state_set(layer_state); // すぐにレイヤーの色を更新します |
| 457 | } | 457 | } |
| 458 | } | 458 | } |
| 459 | return false; break; | 459 | return false; |
| 460 | case RGB_MODE_FORWARD ... RGB_MODE_GRADIENT: // 任意の RGB コード に対して(quantum_keycodes.h を見てください。400行目参照) | 460 | case RGB_MODE_FORWARD ... RGB_MODE_GRADIENT: // 任意の RGB コード に対して(quantum_keycodes.h を見てください。400行目参照) |
| 461 | if (record->event.pressed) { // これはレイヤー表示を無効にします。これを変更する場合は、無効にしたいだろうため。 | 461 | if (record->event.pressed) { // これはレイヤー表示を無効にします。これを変更する場合は、無効にしたいだろうため。 |
| 462 | if (user_config.rgb_layer_change) { // 有効な場合のみ | 462 | if (user_config.rgb_layer_change) { // 有効な場合のみ |
