1
0
Fork 0

Improved Language Specific Keycodes for US International and Extended Layouts (#11307)

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Joshua Diamond 2021-01-01 23:54:48 -05:00 committed by GitHub
parent 8e68003b28
commit e190872b82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 594 additions and 13 deletions

View file

@ -288,6 +288,7 @@ static __inline__ void __interrupt_enable__(const uint8_t *__s) {
extern const uint8_t ascii_to_keycode_lut[128];
extern const uint8_t ascii_to_shift_lut[16];
extern const uint8_t ascii_to_altgr_lut[16];
extern const uint8_t ascii_to_dead_lut[16];
// clang-format off
#define KCLUT_ENTRY(a, b, c, d, e, f, g, h) \
( ((a) ? 1 : 0) << 0 \