Skip to content

Commit

Permalink
keymap test gpio 43
Browse files Browse the repository at this point in the history
  • Loading branch information
willelind committed Sep 19, 2024
1 parent 9985758 commit ffacc53
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions boards/shields/keyboy/keyboy.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Set SPI bus init priority for POST_KERNEL
CONFIG_SPI_INIT_PRIORITY=40

# Set shift register init priority for POST_KERNEL, higher priority than the kernel default
CONFIG_GPIO_595_INIT_PRIORITY=45

# Set the default kernel init priority
CONFIG_KERNEL_INIT_PRIORITY_DEFAULT=50
CONFIG_SPI_INIT_PRIORITY=30
CONFIG_GPIO_595_INIT_PRIORITY=40

0 comments on commit ffacc53

Please sign in to comment.