Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e85650d6 authored by Michael Wright's avatar Michael Wright
Browse files

Add keycodes for brightness up/down

Change-Id: I8ed56b510c46f372df0fc71e1735c72058efc677
parent d8d9c5b8
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -263,6 +263,8 @@ enum {
    AKEYCODE_RO              = 217,
    AKEYCODE_RO              = 217,
    AKEYCODE_KANA            = 218,
    AKEYCODE_KANA            = 218,
    AKEYCODE_ASSIST          = 219,
    AKEYCODE_ASSIST          = 219,
    AKEYCODE_BRIGHTNESS_DOWN = 220,
    AKEYCODE_BRIGHTNESS_UP   = 221,


    // NOTE: If you add a new keycode here you must also add it to several other files.
    // NOTE: If you add a new keycode here you must also add it to several other files.
    //       Refer to frameworks/base/core/java/android/view/KeyEvent.java for the full list.
    //       Refer to frameworks/base/core/java/android/view/KeyEvent.java for the full list.