Skip to content

Commit d993161

Browse files
committed
samples: bluetooth: peripheral_hids_keyboard: enable nfct
Enabled the nfct node for all board targets in the DTS configuration of the Peripheral HIDS Keyboard sample. The nfct node configuration can be globally enabled in this project as all board targets supported in this sample have the NFCT HW peripheral. Ref: NCSDK-31691 Signed-off-by: Kamil Piszczek <[email protected]>
1 parent 6a13c27 commit d993161

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
&nfct {
8+
status = "okay";
9+
};

0 commit comments

Comments
 (0)