Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flipperdevices/libusb_stm32.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Filimonchuk <dmitrystu@gmail.com>2022-11-30 02:04:50 +0300
committerGitHub <noreply@github.com>2022-11-30 02:04:50 +0300
commit9168e2a31db946326fb84016a74ea2ab5bf87f54 (patch)
treec302cc6ee6f66864e5f35a642500f299124e6e7b
parent396c2c50ad330b522104d0565525a7350e486fb9 (diff)
parent24b0a1f2f28746947d069fe9df26eabc8fee6892 (diff)
Merge pull request #121 from flipperdevices/nm/hid_keyboard_comma
HID keyboard key name fix
-rw-r--r--inc/hid_usage_keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/hid_usage_keyboard.h b/inc/hid_usage_keyboard.h
index 90872e3..2cd0f97 100644
--- a/inc/hid_usage_keyboard.h
+++ b/inc/hid_usage_keyboard.h
@@ -78,7 +78,7 @@
#define HID_KEYBOARD_SEMICOLON 0x33
#define HID_KEYBOARD_APOSTROPHE 0x34
#define HID_KEYBOARD_GRAVE_ACCENT 0x35
-#define HID_KEYBOARD_COLON 0x36
+#define HID_KEYBOARD_COMMA 0x36
#define HID_KEYBOARD_DOT 0x37
#define HID_KEYBOARD_SLASH 0x38
#define HID_KEYBOARD_CAPS_LOCK 0x39