Updated readme

This commit is contained in:
Fredric Silberberg 2017-05-31 17:57:38 -07:00
parent aa1b1c5756
commit cfaf34daec
Failed to generate hash of commit
2 changed files with 13 additions and 7 deletions

View file

@ -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));
}