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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user