diff options
| author | John Toniutti <[email protected]> | 2024-05-09 18:45:20 +0200 |
|---|---|---|
| committer | John Toniutti <[email protected]> | 2024-05-09 18:45:20 +0200 |
| commit | f09fa22bbce6139810db785940c56c5048794f31 (patch) | |
| tree | 606d7d9fe04899624a917807eea3251d3c832f15 /src/class/hid | |
| parent | 015b57b6ef5cd24db8665c62e8fe209bce3e2b7e (diff) | |
Fix redefinition
Diffstat (limited to 'src/class/hid')
| -rw-r--r-- | src/class/hid/hid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid.h b/src/class/hid/hid.h index 03ef24f78..2fe922136 100644 --- a/src/class/hid/hid.h +++ b/src/class/hid/hid.h @@ -573,7 +573,7 @@ typedef enum #define HID_KEY_KEYPAD_CLEAR_ENTRY 0xD9 #define HID_KEY_KEYPAD_BINARY 0xDA #define HID_KEY_KEYPAD_OCTAL 0xDB -#define HID_KEY_KEYPAD_DECIMAL 0xDC +#define HID_KEY_KEYPAD_DECIMAL_2 0xDC #define HID_KEY_KEYPAD_HEXADECIMAL 0xDD // RESERVED 0xDE-DF #define HID_KEY_CONTROL_LEFT 0xE0 |
