summaryrefslogtreecommitdiff
path: root/board/blipper/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/blipper/board.c')
-rw-r--r--board/blipper/board.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/blipper/board.c b/board/blipper/board.c
index 0f19763ebd..1dc9203f26 100644
--- a/board/blipper/board.c
+++ b/board/blipper/board.c
@@ -454,9 +454,11 @@ void board_init(void)
gpio_set_flags(GPIO_BASE_SIXAXIS_INT_L,
GPIO_INPUT | GPIO_PULL_DOWN);
+ /* Disable Volume keys for blipper */
+ button_disable_gpio(BUTTON_VOLUME_UP);
+ button_disable_gpio(BUTTON_VOLUME_DOWN);
gpio_set_flags(GPIO_VOLDN_BTN_ODL,
GPIO_INPUT | GPIO_PULL_DOWN);
-
gpio_set_flags(GPIO_VOLUP_BTN_ODL,
GPIO_INPUT | GPIO_PULL_DOWN);
} else {