mirror of https://github.com/zmkfirmware/zmk.git
fix(boards): Update pillbug_defconfig to enable pinctrl
This commit is contained in:
parent
b259d5a22e
commit
3772ecb04e
|
|
@ -8,6 +8,9 @@ CONFIG_BOARD_PILLBUG=y
|
|||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||
# Use pinctrl
|
||||
CONFIG_PINCTRL=y
|
||||
|
||||
# enable GPIO
|
||||
CONFIG_GPIO=y
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue