fix: Make CRC behavior local ID select CRC.
This commit is contained in:
parent
6ae6bf78b4
commit
d5061c5d3b
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ config ZMK_BEHAVIOR_LOCAL_ID_TYPE_SETTINGS_TABLE
|
||||||
|
|
||||||
config ZMK_BEHAVIOR_LOCAL_ID_TYPE_CRC16
|
config ZMK_BEHAVIOR_LOCAL_ID_TYPE_CRC16
|
||||||
bool "CRC16 Hash"
|
bool "CRC16 Hash"
|
||||||
|
select CRC
|
||||||
help
|
help
|
||||||
Use the CRC16-ANSI hash of behavior device names to generate
|
Use the CRC16-ANSI hash of behavior device names to generate
|
||||||
stable behavior local IDs. This saves on settings storage at
|
stable behavior local IDs. This saves on settings storage at
|
||||||
|
|
Loading…
Add table
Reference in a new issue