Convert the abbreviationLen member of keymap_reference_t to uint8_t
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
// TODO: Restore Ctrl and Super keys and Mod+N.
|
||||
|
||||
keymap_reference_t AllKeymaps[MAX_KEYMAP_NUM] = { { "QTY", 3 } };
|
||||
keymap_reference_t AllKeymaps[MAX_KEYMAP_NUM] = { { "QTY", 0, 3 } };
|
||||
uint8_t AllKeymapsCount;
|
||||
uint8_t DefaultKeymapIndex;
|
||||
uint8_t CurrentKeymapIndex = 0;
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
|
||||
typedef struct {
|
||||
const char *abbreviation;
|
||||
uint16_t abbreviationLen;
|
||||
uint16_t offset;
|
||||
uint8_t abbreviationLen;
|
||||
} keymap_reference_t;
|
||||
|
||||
// Variables:
|
||||
|
||||
Reference in New Issue
Block a user