receiver: add ILLUMINATION feature number

This commit is contained in:
Peter F. Patel-Schneider 2022-05-27 04:57:12 -04:00
parent a40b9efdca
commit 50f0b6fc06
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ FEATURE = _NamedInts(
BACKLIGHT=0x1981, BACKLIGHT=0x1981,
BACKLIGHT2=0x1982, BACKLIGHT2=0x1982,
BACKLIGHT3=0x1983, BACKLIGHT3=0x1983,
ILLUMINATION=0x1990,
PRESENTER_CONTROL=0x1A00, PRESENTER_CONTROL=0x1A00,
SENSOR_3D=0x1A01, SENSOR_3D=0x1A01,
REPROG_CONTROLS=0x1B00, REPROG_CONTROLS=0x1B00,