You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

backlight.h 243B

123456789
  1. enum backlight_level {
  2. BACKLIGHT_ALPHA = 0b0000001,
  3. BACKLIGHT_NUMERIC = 0b0000010,
  4. BACKLIGHT_MODNUM = 0b0000100,
  5. BACKLIGHT_BACKSIDE = 0b0001000,
  6. BACKLIGHT_TOPRIGHT = 0b0010000,
  7. BACKLIGHT_FROW = 0b0100000,
  8. };