Skip to content

Commit

Permalink
fix(hid): Change max keyboard usage
Browse files Browse the repository at this point in the history
This should now support F13-F24 and INTL keys with NKRO disabled
  • Loading branch information
ReFil committed Oct 21, 2023
1 parent 3bc86af commit 169aa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/include/zmk/hid.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <dt-bindings/zmk/hid_usage.h>
#include <dt-bindings/zmk/hid_usage_pages.h>

#define ZMK_HID_KEYBOARD_NKRO_MAX_USAGE HID_USAGE_KEY_KEYPAD_EQUAL
#define ZMK_HID_KEYBOARD_NKRO_MAX_USAGE HID_USAGE_KEY_KEYPAD_00

#define COLLECTION_REPORT 0x03

Expand Down

0 comments on commit 169aa90

Please sign in to comment.