1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-02-18 05:03:45 +00:00

Fix F12 set1 keycode

This commit is contained in:
Gyorgy Szombathelyi
2022-10-01 18:30:38 +02:00
parent 6e5f318c24
commit a8ea1cc4e4

View File

@@ -444,7 +444,7 @@ const unsigned short usb2ps2_set1[] = {
0x43, // 42: F9
0x44, // 43: F10
0x45, // 44: F11
OSD_OPEN | 0x07, // 45: F12 (OSD)
OSD_OPEN | 0x58, // 45: F12 (OSD)
EXT | 0x37, // 46: Print Screen
NUM_LOCK_TOGGLE, // 47: Scroll Lock
0x45, // 48: Pause (special key handled inside user_io)