1
0
Fork 0

New macro: ACTION_BACKLIGHT_LEVEL(level)

To have full control of the backlight level.
This commit is contained in:
Ralf Schmitt 2014-04-08 21:02:46 +02:00
parent 5c63751790
commit 589d99b448
8 changed files with 89 additions and 24 deletions

View file

@ -0,0 +1,9 @@
enum backlight_level {
BACKLIGHT_ALPHA = 0b0000001,
BACKLIGHT_NUMERIC = 0b0000010,
BACKLIGHT_MODNUM = 0b0000100,
BACKLIGHT_BACKSIDE = 0b0001000,
BACKLIGHT_TOPRIGHT = 0b0010000,
BACKLIGHT_FROW = 0b0100000,
};