summaryrefslogtreecommitdiff
path: root/include/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/button.h')
-rw-r--r--include/button.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/button.h b/include/button.h
index eedf7974f8..349ed178be 100644
--- a/include/button.h
+++ b/include/button.h
@@ -17,6 +17,8 @@ enum keyboard_button_type {
KEYBOARD_BUTTON_POWER = 0,
KEYBOARD_BUTTON_VOLUME_DOWN,
KEYBOARD_BUTTON_VOLUME_UP,
+ KEYBOARD_BUTTON_BRIGHTNESS_DOWN,
+ KEYBOARD_BUTTON_BRIGHTNESS_UP,
KEYBOARD_BUTTON_COUNT
};