diff options
author | Dongfeng Yu <60870777+blockader@users.noreply.github.com> | 2020-07-03 01:05:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 18:05:38 +0100 |
commit | 65c9da5a657744578cf70b520736221209bf793b (patch) | |
tree | 885091afaac1101e086642d287575e86aee44bf3 /keyboards/matrix/noah/noah.c | |
parent | d1819f02dfac40408ceb51a59c32eb8e898e8810 (diff) |
[Keymap] Adding a Custom Keymap for Matrix Noah (#9581)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/matrix/noah/noah.c')
-rw-r--r-- | keyboards/matrix/noah/noah.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/matrix/noah/noah.c b/keyboards/matrix/noah/noah.c index cf33404434..1e2f4bb7d9 100644 --- a/keyboards/matrix/noah/noah.c +++ b/keyboards/matrix/noah/noah.c @@ -229,5 +229,5 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) { break; } } - return true; + return process_record_user(keycode, record); } |