summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
Diffstat (limited to 'chip')
-rw-r--r--chip/stm32/usb_hid_keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/usb_hid_keyboard.c b/chip/stm32/usb_hid_keyboard.c
index c6d6fb3292..7ca9aeb164 100644
--- a/chip/stm32/usb_hid_keyboard.c
+++ b/chip/stm32/usb_hid_keyboard.c
@@ -129,7 +129,7 @@ const uint8_t keycodes[KEYBOARD_COLS_MAX][KEYBOARD_ROWS] = {
{0x00, 0x42, 0x41, 0x68, 0x0f, 0x37, 0x26, 0x12},
{0xe6, 0x00, 0x89, 0x00, 0x31, 0x00, 0xe2, 0x00},
{0x00, 0x2a, 0x00, 0x31, 0x28, 0x2c, 0x51, 0x52},
- {0x00, 0x90, 0x00, 0x91, 0x00, 0x00, 0x4f, 0x50},
+ {0x00, 0x8a, 0x00, 0x8b, 0x00, 0x00, 0x4f, 0x50},
};
/* HID descriptors */