Updated for SN

This commit is contained in:
2024-03-04 08:17:54 -06:00
parent bf214891dd
commit b56ac10442

View File

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