diff --git a/sdk/configs/examples/ble_mouse_central/README.txt b/sdk/configs/examples/ble_mouse_central/README.txt new file mode 100644 index 000000000..ea652b691 --- /dev/null +++ b/sdk/configs/examples/ble_mouse_central/README.txt @@ -0,0 +1,5 @@ +This configuration contains required options to use BLE central example +application that connects with BLE HID mouse device. + +[Source path] +examples/ble_mouse_central diff --git a/sdk/configs/examples/ble_mouse_central/defconfig b/sdk/configs/examples/ble_mouse_central/defconfig new file mode 100644 index 000000000..fcfdda024 --- /dev/null +++ b/sdk/configs/examples/ble_mouse_central/defconfig @@ -0,0 +1,5 @@ ++BLUETOOTH=y ++BLUETOOTH_NRF52=y ++EXAMPLES_BLE_MOUSE_CENTRAL=y ++EXTERNALS_MICRO_ECC=y ++EXTERNALS_NRF52=y