summaryrefslogtreecommitdiff
path: root/keyboards/annepro2/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/annepro2/protocol.h')
-rw-r--r--keyboards/annepro2/protocol.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/annepro2/protocol.h b/keyboards/annepro2/protocol.h
index 208fcd806c..41610054e0 100644
--- a/keyboards/annepro2/protocol.h
+++ b/keyboards/annepro2/protocol.h
@@ -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,