From 00214eac7e2f13f3c59a7b3b760a9da1ab09f7cd Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Fri, 6 Jan 2017 08:07:04 +0100 Subject: [PATCH] action.h: Rename switchKeymap.layer to switchKeymap.keymap Signed-off-by: Gergely Nagy --- right/src/action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/right/src/action.h b/right/src/action.h index c261192..d54fe41 100644 --- a/right/src/action.h +++ b/right/src/action.h @@ -81,7 +81,7 @@ typedef struct { } __attribute__ ((packed)) switchLayer; struct { uint16_t __unused_bits; - uint8_t layer; + uint8_t keymap; } __attribute__ ((packed)) switchKeymap; struct { uint8_t __unused_bits;