[keyboard] annepro2 Add and use functions to directly control led colors (#17196)
This commit is contained in:
parent
9316023290
commit
9da1b86d71
5 changed files with 52 additions and 5 deletions
|
@ -42,6 +42,12 @@ enum {
|
|||
CMD_LED_KEY_UP = 0x23, /* TODO */
|
||||
CMD_LED_IAP = 0x24,
|
||||
|
||||
/* Manual color control */
|
||||
CMD_LED_SET_MANUAL = 0x30,
|
||||
CMD_LED_COLOR_SET_KEY = 0x31,
|
||||
CMD_LED_COLOR_SET_ROW = 0x32,
|
||||
CMD_LED_COLOR_SET_MONO = 0x33,
|
||||
|
||||
/* LED -> Main */
|
||||
/* Payload with data to send over HID */
|
||||
CMD_LED_DEBUG = 0x40,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue