fix typo
This commit is contained in:
parent
9e0ca927f9
commit
a89998b977
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ const uint16_t PROGMEM fn_actions[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) {
|
void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) {
|
||||||
static uint8_t mods_pressed;
|
static uint8_t mod_pressed;
|
||||||
static bool mods_flag;
|
static bool mods_flag;
|
||||||
|
|
||||||
switch (id) {
|
switch (id) {
|
||||||
|
|
Loading…
Reference in a new issue