From 939bcc54225c54d6f698e2d8d4a395163a837a1d Mon Sep 17 00:00:00 2001 From: Florian Didron <0x6664@hey.com> Date: Tue, 21 Jun 2022 16:54:29 +0900 Subject: feat: adds layer switch command --- quantum/oryx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quantum/oryx.h') diff --git a/quantum/oryx.h b/quantum/oryx.h index e7659fff27..1deae0765d 100644 --- a/quantum/oryx.h +++ b/quantum/oryx.h @@ -22,7 +22,7 @@ enum Oryx_Command_Code { ORYX_CMD_PAIRING_INIT, ORYX_CMD_PAIRING_VALIDATE, ORYX_CMD_DISCONNECT, - ORYX_GET_LAYER, + ORYX_SET_LAYER }; enum Oryx_Event_Code { -- cgit v1.2.3