using RGB.NET.Core.Layout; namespace RGB.NET.Core { /// /// Contains a list of different lightning-modes used by . /// public enum RGBDeviceLighting { /// /// The supports per-key-lightning. /// Key = 0, /// /// The supports per-keyboard-lightning. /// Keyboard = 1, } }