Updated Iris keymap passwords

This commit is contained in:
2023-11-27 09:40:34 -06:00
parent 06e3cdb42f
commit 004725f2a7

View File

@@ -145,7 +145,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return false;
case M_PASS2:
if (record->event.pressed) {
SEND_STRING("C0pperfield!2023");
SEND_STRING("P0plarLake!2023");
}
return false;
}