diff --git a/nx/include/switch/services/gpio.h b/nx/include/switch/services/gpio.h index bf89952c..271582f2 100644 --- a/nx/include/switch/services/gpio.h +++ b/nx/include/switch/services/gpio.h @@ -10,6 +10,8 @@ typedef enum { GpioPadName_AudioCodec = 1, + GpioPadName_ButtonVolUp = 25, + GpioPadName_ButtonVolDown = 26, } GpioPadName; typedef struct {