1
0
Fork 0

DST_RMV → DST_REM

This commit is contained in:
Konstantin Đorđević 2019-01-29 00:37:10 +01:00
parent 6695c874fb
commit f2543c3b9b
4 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
case DST_P_R:
(record->event.pressed ? register_code16 : unregister_code16)(
(get_mods() & DST_MOD_MASK) ? DST_RMV : DST_PRV
(get_mods() & DST_MOD_MASK) ? DST_REM : DST_PRV
);
return false;