Fix touchpad lock scancode

This commit is contained in:
Jeremy Soller 2019-12-19 13:28:26 -07:00
parent 386b421914
commit 1dc8539c5c
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -43,7 +43,7 @@ uint16_t keymap_translate(uint16_t key);
#define K_VOLUME_DOWN (K_E0 | 0x21)
#define K_VOLUME_UP (K_E0 | 0x32)
// Custom scancode
#define K_TOUCHPAD (K_E0 | 0x57)
#define K_TOUCHPAD (K_E0 | 0x63)
// Function keys