summaryrefslogtreecommitdiff
path: root/board/boten/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/boten/board.c')
-rw-r--r--board/boten/board.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/boten/board.c b/board/boten/board.c
index a1a8cab85e..f4c951a7c4 100644
--- a/board/boten/board.c
+++ b/board/boten/board.c
@@ -468,6 +468,8 @@ void board_init(void)
gpio_set_flags(GPIO_LID_360_L, GPIO_INPUT | GPIO_PULL_DOWN);
gpio_set_flags(GPIO_VOLUP_BTN_ODL, GPIO_INPUT | GPIO_PULL_DOWN);
gpio_set_flags(GPIO_VOLDN_BTN_ODL, GPIO_INPUT | GPIO_PULL_DOWN);
+ button_disable_gpio(BUTTON_VOLUME_UP);
+ button_disable_gpio(BUTTON_VOLUME_DOWN);
}
/* Set LEDs luminance */