mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
Fix a typo
This commit is contained in:
parent
452949f913
commit
7a9437a2e3
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,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 mods_pressed;
|
||||||
static boot mod_flag;
|
static bool mod_flag;
|
||||||
|
|
||||||
switch (id) {
|
switch (id) {
|
||||||
case 0:
|
case 0:
|
||||||
|
|
Loading…
Reference in a new issue