Removed wrong statement
This commit is contained in:
parent
c51b4ea217
commit
1e80589379
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ enum KeyboardKeycode : uint8_t {
|
|||
KEY_POWER = 0x66, // PowerOff (Ubuntu)
|
||||
KEY_PAD_EQUALS = 0x67, // Dont confuse with KEYPAD_EQUAL_SIGN
|
||||
KEY_F13 = 0x68, // Tools (Ubunutu)
|
||||
KEY_F14 = 0x69, // Launch5 (Ubuntu), Laptop ECO button
|
||||
KEY_F14 = 0x69, // Launch5 (Ubuntu)
|
||||
KEY_F15 = 0x6A, // Launch6 (Ubuntu)
|
||||
KEY_F16 = 0x6B, // Launch7 (Ubuntu)
|
||||
KEY_F17 = 0x6C, // Launch8 (Ubuntu)
|
||||
|
|
|
|||
Loading…
Reference in a new issue