Update keymap.c

This commit is contained in:
2024-06-03 07:27:58 -05:00
committed by GitHub
parent 51241369e3
commit 9be7641b41

View File

@@ -225,12 +225,12 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return false;
case M_PASS3:
if (record->event.pressed) {
SEND_STRING("1029");
SEND_STRING("1290");
}
return false;
case M_PASS4:
if (record->event.pressed) {
SEND_STRING("ThisisThel0ve0fchrist!");
SEND_STRING("Thel0ve0fchrist!");
}
return false;
case SPOTLI: