Add Indicator flag for RGB Matrix (#9933)

* Add Indicator flag for RGB Matrix

This adds a new flag for the RGB Matrix feature that lets you specify if the LED is an indicator LED, to be used to indicate the system state of the keyboard (eg caps/num/etc lock status, layer indication, modifer status, etc).

* Better formatting of table
This commit is contained in:
Drashna Jaelre 2020-08-05 13:29:04 -07:00 committed by GitHub
parent 3df52050c1
commit 4c14b11fc7
Failed to generate hash of commit
2 changed files with 11 additions and 9 deletions

View file

@ -56,6 +56,7 @@ typedef struct PACKED {
#define LED_FLAG_MODIFIER 0x01
#define LED_FLAG_UNDERGLOW 0x02
#define LED_FLAG_KEYLIGHT 0x04
#define LED_FLAG_INDICATOR 0x08
#define NO_LED 255