diff options
Diffstat (limited to 'src/common/input.h')
| -rw-r--r-- | src/common/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/input.h b/src/common/input.h index 3a28b77a7..8871a9d07 100644 --- a/src/common/input.h +++ b/src/common/input.h | |||
| @@ -30,6 +30,7 @@ enum class InputType { | |||
| 30 | }; | 30 | }; |
| 31 | 31 | ||
| 32 | enum class BatteryLevel { | 32 | enum class BatteryLevel { |
| 33 | None, | ||
| 33 | Empty, | 34 | Empty, |
| 34 | Critical, | 35 | Critical, |
| 35 | Low, | 36 | Low, |