error: 'CONFIG_BT_MAX_PAIRED' undeclared here (not in a function) 19 | #define ZMK_BLE_PROFILE_COUNT CONFIG_BT_MAX_PAIRED | ^~~~~~~~~~~~~~~~~~~~ /tmp/zmk-config/zmk/app/include/zmk/ble.h:19:31: note: in definition of macro 'ZMK_BLE_PROFILE_COUNT' 19 | #define ZMK_BLE_PROFILE_COUNT CONFIG_BT_MAX_PAIRED | ^~~~~~~~~~~~~~~~~~~~
But CONFIG_BT_MAX_PAIRED is declared here in simply_adept.conf:
https://github.com/kaihchang/zmk-simply-adept-dongle-combo/blob/main/config/simply_adept.conf#L20
I'm super confused now 😅