forked from mirrors/qmk_userspace
Updated readme
This commit is contained in:
parent
aa1b1c5756
commit
cfaf34daec
2 changed files with 13 additions and 7 deletions
|
@ -289,7 +289,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
|
|||
return MACRO(D(LCTL), D(LGUI), T(RIGHT), U(LGUI), U(LCTL), END);
|
||||
}
|
||||
break;
|
||||
case PSCREEN_APP;
|
||||
case PSCREEN_APP:
|
||||
if (record->event.pressed) {
|
||||
return MACRO(D(LALT), T(PSCR), U(LALT));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue