forked from mirrors/qmk_userspace
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:
parent
3df52050c1
commit
4c14b11fc7
2 changed files with 11 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue