Fix syntax error introduced in #18800 (#18933)

miryoku-merge-master
Joshua Diamond 3 years ago committed by GitHub
parent 9435ad19ee
commit 5fb80562f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -247,7 +247,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
}
break;
case UNICODE_MODE_WINDOWS
case UNICODE_MODE_WINDOWS:
case UNICODE_MODE_WINCOMPOSE:
if ((mods | osm) & MOD_MASK_ALT) {
// Window screenshot

Loading…
Cancel
Save