forked from kofal.net/zmk
fear(boards): Add nrfmicro_13_52833 board
* Add nrfmicro_13_52833 board definition. Co-authored-by: Alexander Krikun <krikun98@gmail.com> Co-authored-by: Pete Johanson <peter@peterjohanson.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
static int pinmux_nrfmicro_init(const struct device *port) {
|
||||
ARG_UNUSED(port);
|
||||
|
||||
#if CONFIG_BOARD_NRFMICRO_13
|
||||
#if (CONFIG_BOARD_NRFMICRO_13 || CONFIG_BOARD_NRFMICRO_13_52833)
|
||||
const struct device *p0 = device_get_binding("GPIO_0");
|
||||
#if CONFIG_BOARD_NRFMICRO_CHARGER
|
||||
gpio_pin_configure(p0, 5, GPIO_OUTPUT);
|
||||
|
||||
Reference in New Issue
Block a user