[keyboard] Prevent LED flicker when connecting AnnePro 2 (#19709)
This commit is contained in:
parent
bcfe67883e
commit
a5e7390419
4 changed files with 2 additions and 7 deletions
|
@ -36,7 +36,7 @@ enum {
|
|||
CMD_LED_MASK_SET_MONO = 0x12,
|
||||
|
||||
/* Reactive / status */
|
||||
CMD_LED_GET_STATUS = 0x20,
|
||||
CMD_LED_GET_STATUS = 0x20, /* unused */
|
||||
CMD_LED_KEY_BLINK = 0x21,
|
||||
CMD_LED_KEY_DOWN = 0x22,
|
||||
CMD_LED_KEY_UP = 0x23, /* TODO */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue