refactor(Kconfig): Move BT_DEVICE_APPEARANCE to defaults (#3128)

This commit is contained in:
Cem Aksoylar
2025-12-06 14:58:18 -08:00
committed by GitHub
parent ad7fbfef92
commit 83eafcbf9b
2 changed files with 5 additions and 7 deletions

View File

@@ -5,6 +5,10 @@ config SYSTEM_WORKQUEUE_STACK_SIZE
default 2048 if SOC_RP2040
default 2048 if ZMK_BLE
# Basic
config BT_DEVICE_APPEARANCE
default 961
# HID
if ZMK_HID_REPORT_TYPE_HKRO
@@ -110,4 +114,4 @@ config ZMK_BATTERY_REPORT_INTERVAL
default 60
# Imports
rsource "src/split/Kconfig.defaults"
rsource "src/split/Kconfig.defaults"