[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-02 18:05:38 +01:00
committed by GitHub
co-authored by Ryan
parent d1819f02df
commit 65c9da5a65
4 changed files with 658 additions and 1 deletions
+1 -1
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);
}