action.h: Rename switchKeymap.layer to switchKeymap.keymap

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
This commit is contained in:
Gergely Nagy
2017-01-06 08:07:04 +01:00
parent 901814be2f
commit 00214eac7e

View File

@@ -81,7 +81,7 @@ typedef struct {
} __attribute__ ((packed)) switchLayer; } __attribute__ ((packed)) switchLayer;
struct { struct {
uint16_t __unused_bits; uint16_t __unused_bits;
uint8_t layer; uint8_t keymap;
} __attribute__ ((packed)) switchKeymap; } __attribute__ ((packed)) switchKeymap;
struct { struct {
uint8_t __unused_bits; uint8_t __unused_bits;