diff options
author | Hans Kruse <[email protected]> | 2024-03-18 18:06:09 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-18 13:06:09 -0400 |
commit | c6e0551fb0d29e4bbba967b4ea0264a1b2440b80 (patch) | |
tree | f6108fd14bccd80ba32a868a41656424f736577c /app | |
parent | 325e2077817c096feef696a057e29ef4807d3d14 (diff) | |
download | zmk-c6e0551fb0d29e4bbba967b4ea0264a1b2440b80.tar.gz zmk-c6e0551fb0d29e4bbba967b4ea0264a1b2440b80.zip |
fix(hid): Fix typo in HID usage alias
Diffstat (limited to 'app')
-rw-r--r-- | app/include/dt-bindings/zmk/hid_usage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/include/dt-bindings/zmk/hid_usage.h b/app/include/dt-bindings/zmk/hid_usage.h index 0555f004c1..8c0e947082 100644 --- a/app/include/dt-bindings/zmk/hid_usage.h +++ b/app/include/dt-bindings/zmk/hid_usage.h @@ -1109,7 +1109,7 @@ #define HID_USAGE_CONSUMER_AC_RENAME (0x298) // Sel #define HID_USAGE_CONSUMER_AC_MERGE (0x299) // Sel #define HID_USAGE_CONSUMER_AC_SPLIT (0x29A) // Sel -#define HID_USAGE_CONSUMER_AC_DISRIBUTE_HORIZONTALLY (0x29B) // Sel +#define HID_USAGE_CONSUMER_AC_DISTRIBUTE_HORIZONTALLY (0x29B) // Sel #define HID_USAGE_CONSUMER_AC_DISTRIBUTE_VERTICALLY (0x29C) // Sel #define HID_USAGE_CONSUMER_AC_NEXT_KEYBOARD_LAYOUT_SELECT (0x29D) // Sel #define HID_USAGE_CONSUMER_AC_NAVIGATION_GUIDANCE (0x29E) // Sel @@ -2563,4 +2563,4 @@ #define HID_USAGE_FIDO_UNDEFINED (0x00) #define HID_USAGE_FIDO_U2F_AUTHENTICATOR_DEVICE (0x01) // CA #define HID_USAGE_FIDO_INPUT_REPORT_DATA (0x20) // DV -#define HID_USAGE_FIDO_OUTPUT_REPORT_DATA (0x21) // DV
\ No newline at end of file +#define HID_USAGE_FIDO_OUTPUT_REPORT_DATA (0x21) // DV |