diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-02 11:23:22 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-02 11:23:22 -0400 |
commit | 8de6c85b7464fdc3518648242ce16142e30ed73d (patch) | |
tree | 22fb6a1b87520e8472142003d093edfab7db616b /src/handlers.c | |
parent | f1afbb8e49383d429096bc84fc5855c3929acc50 (diff) |
Implement a basic set of consumer page keycodes.
Diffstat (limited to 'src/handlers.c')
-rw-r--r-- | src/handlers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlers.c b/src/handlers.c index ff969b1..90a0867 100644 --- a/src/handlers.c +++ b/src/handlers.c @@ -46,7 +46,7 @@ bool zmk_handle_action(zmk_action action, struct zmk_key_event *key_event) else { // Since not sending a keycode, at least send the report w/ the mod removed - zmk_endpoints_send_report(); + zmk_endpoints_send_report(Keypad); } } break; |