Improved Language Specific Keycodes for US International and Extended Layouts (#11307)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
8e68003b28
commit
e190872b82
7 changed files with 594 additions and 13 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue