12 lines
215 B
Text
12 lines
215 B
Text
/*
|
|
* Copyright (c) 2022 The ZMK Contributors
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
&pinctrl {
|
|
spi3_default: spi3_default {
|
|
group1 {
|
|
psels = <NRF_PSEL(SPIM_MOSI, 0, 27)>;
|
|
};
|
|
};
|
|
};
|