diff options
Diffstat (limited to 'board/waddledoo/board.h')
-rw-r--r-- | board/waddledoo/board.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/waddledoo/board.h b/board/waddledoo/board.h index 84a8286a91..328488ddb5 100644 --- a/board/waddledoo/board.h +++ b/board/waddledoo/board.h @@ -20,6 +20,8 @@ #define GPIO_PCH_PWRBTN_L GPIO_EC_AP_PWR_BTN_ODL #define GPIO_PCH_WAKE_L GPIO_EC_AP_WAKE_ODL #define GPIO_POWER_BUTTON_L GPIO_H1_EC_PWR_BTN_ODL +#define GPIO_VOLUME_UP_L GPIO_VOLUP_BTN_ODL +#define GPIO_VOLUME_DOWN_L GPIO_VOLDN_BTN_ODL #define GPIO_WP GPIO_EC_WP_OD /* I2C configuration */ |