Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [0657] カスタムキーのカラー、シャッフルグループについて組み合わせ参照に対応 #1425

Merged
merged 5 commits into from Mar 10, 2023

Conversation

cwtickle
Copy link
Owner

@cwtickle cwtickle commented Mar 9, 2023

🔨 変更内容 / Details of Changes

  1. カスタムキーのカラー、シャッフルグループについて組み合わせ参照に対応しました。
    具体的には以下のような指定が可能になります。
|shuffle8i=8_0/0,0,0,2,0,0,0,3|
// シャッフルグループ1:  8keyのグループ1から参照
// シャッフルグループ2:  指定パターン(0,0,0,2,0,0,0,3)を適用

|color11j=2,0,0,0,0,2,3,3,3,3,2/11_0/11W_0$11j_0/11L_0|
// キーパターン1:
//      カラーグループ1: 指定パターン(2,0,0,0,0,2,3,3,3,3,2)を適用
//      カラーグループ2: 11keyのグループ1から参照
//      カラーグループ3: 11Wkeyのグループ1から参照
// キーパターン2:
//      カラーグループ1~3: 先ほど定義した11jkeyのグループ1から参照
//      カラーグループ4: 11Lkeyのグループ1から参照
  1. カスタムキーのcolorXの省略に対応しました。
    指定が無い場合は、一律charaXのキーパターン指定数に合わせて一律同じグループへ割り当てします。

🔖 関連Issue, 変更理由 / Related Issues, Reason for Changes

  1. カラー・シャッフルグループについてはグループ毎の指定になり、
    少しの変化で全てのパターンを記載するのが手間のため。
  2. カラー・シャッフルグループで未定義時の扱いに差があったため。

📷 スクリーンショット / Screenshot

📝 その他コメント / Other Comments

  • 現状、カスタムキーのcharaXの完全省略には対応していないため、影響は無いと思います。

@codeclimate
Copy link

codeclimate bot commented Mar 10, 2023

Code Climate has analyzed commit d07c44d and detected 0 issues on this pull request.

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant