hid10: Formatting and re-order NOTIFICATION_FLAGs
Align values for easier reading the numeric values of NOTIFICATION_FLAGs. To maintain consistency in the ordering of the values, swap keyboard_backlight with keyboard_present.
This commit is contained in:
parent
152abb086a
commit
29d0c07164
|
|
@ -49,8 +49,8 @@ NOTIFICATION_FLAG = _NamedInts(
|
||||||
keyboard_sleep_raw= 0x020000, # system control keys such as Sleep
|
keyboard_sleep_raw= 0x020000, # system control keys such as Sleep
|
||||||
keyboard_multimedia_raw=0x010000, # consumer controls such as Mute and Calculator
|
keyboard_multimedia_raw=0x010000, # consumer controls such as Mute and Calculator
|
||||||
# reserved_r1b4= 0x001000, # unknown, seen on a unifying receiver
|
# reserved_r1b4= 0x001000, # unknown, seen on a unifying receiver
|
||||||
keyboard_backlight=0x000200, # illumination brightness level changes (by pressing keys)
|
|
||||||
software_present= 0x000800, # .. no idea
|
software_present= 0x000800, # .. no idea
|
||||||
|
keyboard_backlight= 0x000200, # illumination brightness level changes (by pressing keys)
|
||||||
wireless= 0x000100, # notify when the device wireless goes on/off-line
|
wireless= 0x000100, # notify when the device wireless goes on/off-line
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue