forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove encoder in-matrix workaround code (qmk#20389)
エンコーダーの仮想マッピングを廃止 - config.h エンコーダからマトリクスの仮想定義を削除 - info.json エンコーダからマトリクスの仮想定義を削除 - keyboard.c エンコーダーへ割り当てた処理を削除 - keymap.cでキーコードの仮想割り当てやめる - キーマップ/rules.mk ```diff + ENCODER_MAP_ENABLE = yes ``` - キーマップ/keymap.c 仮想定義に割り当ててきたキーコードを削除 encoder_mapに、エンコーダーで動作させたいキーコードを割り当て(**注意:キーマップレベルでの定義**) - VIA定義ファイル(QMK外) QMKには直接関係しないが、VIAとRemapがEncoder mapに対応したため、VIA V3向けの定義ファイルも作成した。 Sandyプロジェクトにファイルを追加。
- Loading branch information
Showing
24 changed files
with
158 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
VIA_ENABLE = yes | ||
ENCODER_MAP_ENABLE = yes | ||
|
||
DYNAMIC_MACRO_ENABLE = yes # Dynamic Macros |
Oops, something went wrong.