From eec9d0ccc7489a87e008bcf5c9372991db186765 Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Sat, 6 Jul 2024 01:16:31 -0600 Subject: [PATCH] fix: Make CRC behavior local ID select CRC. --- app/Kconfig.behaviors | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Kconfig.behaviors b/app/Kconfig.behaviors index ccecc424f7a1..1378e30333c5 100644 --- a/app/Kconfig.behaviors +++ b/app/Kconfig.behaviors @@ -31,6 +31,7 @@ config ZMK_BEHAVIOR_LOCAL_ID_TYPE_SETTINGS_TABLE config ZMK_BEHAVIOR_LOCAL_ID_TYPE_CRC16 bool "CRC16 Hash" + select CRC help Use the CRC16-ANSI hash of behavior device names to generate stable behavior local IDs. This saves on settings storage at