diff options
author | Drashna Jaelre <drashna@live.com> | 2022-08-04 11:05:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 11:05:53 -0700 |
commit | eb417b3aaf0ed4581f923fde2906d34f06616699 (patch) | |
tree | 7e6ad52691d1478564f88af57caf3b3c0b3b91dc /docs/ja | |
parent | 709384631912447cf9d8f454124f56b1bc82cd6c (diff) |
Add deprecated check for RGBLIGHT_ANIMATIONS (#17832)
Diffstat (limited to 'docs/ja')
-rw-r--r-- | docs/ja/config_options.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ja/config_options.md b/docs/ja/config_options.md index 9da84e6e4f..5236230a10 100644 --- a/docs/ja/config_options.md +++ b/docs/ja/config_options.md @@ -196,8 +196,6 @@ QMK での全ての利用可能な設定にはデフォルトがあります。 * `#define RGB_DI_PIN D7` * WS2812 の DI 端子につなぐピン -* `#define RGBLIGHT_ANIMATIONS` - * RGB アニメーションを実行します * `#define RGBLIGHT_LAYERS` * オンとオフを切り替えることができる [ライトレイヤー](ja/feature_rgblight.md?id=lighting-layers) を定義できます。現在のキーボードレイヤーまたは Caps Lock 状態を表示するのに最適です。 * `#define RGBLIGHT_MAX_LAYERS` |