sync LED type from libratbag

A new LED type "wheel" was added in libratbag
This commit is contained in:
Thomas Hindoe Paaboel Andersen
2017-10-17 21:05:52 +02:00
committed by Jente Hidskes
parent bb355b9d29
commit be0aff095d

View File

@@ -879,6 +879,7 @@ class RatbagdLed(_RatbagdDBus):
TYPE_SIDE = 2
TYPE_BATTERY = 3
TYPE_DPI = 4
TYPE_WHEEL = 5
MODE_OFF = 0
MODE_ON = 1