Fix app key

This commit is contained in:
Jeremy Soller 2019-11-18 09:22:31 -07:00
parent 93e35d2cc5
commit 6f6336c2dd
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -265,7 +265,7 @@ uint16_t keymap_translate(uint16_t key) {
case K_SPACE: return 0x39;
case K_RIGHT_ALT: return (K_E0 | 0x38);
case K_RIGHT_SUPER: return (K_E0 | 0x5C);
case K_APP: return (K_E0 | 0x5E);
case K_APP: return (K_E0 | 0x5D);
case K_RIGHT_CTRL: return (K_E0 | 0x1D);
case K_INSERT: return (K_E0 | 0x52);