Fix touchpad lock scancode
This commit is contained in:
parent
386b421914
commit
1dc8539c5c
@ -43,7 +43,7 @@ uint16_t keymap_translate(uint16_t key);
|
|||||||
#define K_VOLUME_DOWN (K_E0 | 0x21)
|
#define K_VOLUME_DOWN (K_E0 | 0x21)
|
||||||
#define K_VOLUME_UP (K_E0 | 0x32)
|
#define K_VOLUME_UP (K_E0 | 0x32)
|
||||||
// Custom scancode
|
// Custom scancode
|
||||||
#define K_TOUCHPAD (K_E0 | 0x57)
|
#define K_TOUCHPAD (K_E0 | 0x63)
|
||||||
|
|
||||||
// Function keys
|
// Function keys
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user