Update Fri Dec 15 06:24:08 AM CST 2023

This commit is contained in:
2023-12-15 06:24:08 -06:00
parent 6128542526
commit 479074b8a5
16 changed files with 233 additions and 52 deletions

View File

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