Add whitespace in Polychrome controller lists.

This commit is contained in:
TheRogueZeta 2021-02-07 12:50:34 -08:00 committed by Adam Honse
parent 18fd5c75ee
commit aed1409eed
3 changed files with 302 additions and 300 deletions

View file

@ -52,8 +52,8 @@ enum
enum
{
POLYCHROME_USB_LEDCOUNT_CFG = 0x02, // Config for LED Count
POLYCHROME_USB_RGSWAP_CFG = 0x03, // Config for RGSWAP
POLYCHROME_USB_LEDCOUNT_CFG = 0x02, // Config for LED Count
POLYCHROME_USB_RGSWAP_CFG = 0x03, // Config for RGSWAP
POLYCHROME_USB_ZONE_UNAVAILABLE = 0x1E, // Value from LEDCOUNT CFG if zone not present
};