1
0
Fork 0

[Keymap] Adding a Custom Keymap for Matrix Noah (#9581)

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Dongfeng Yu 2020-07-03 01:05:38 +08:00 committed by GitHub
parent d1819f02df
commit 65c9da5a65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 658 additions and 1 deletions

View file

@ -229,5 +229,5 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
break;
}
}
return true;
return process_record_user(keycode, record);
}