diff options
author | Joshua Diamond <josh@windowoffire.com> | 2021-01-01 23:54:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-02 15:54:48 +1100 |
commit | e190872b822f247794213120e0f7a276c07c95b9 (patch) | |
tree | 55e961faa6b587b03acf98a61d22c7b263f49ac0 /quantum/quantum.h | |
parent | 8e68003b28fd79a7c7f2e4e1242539105000bec5 (diff) |
Improved Language Specific Keycodes for US International and Extended Layouts (#11307)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 9b2b9dee6b..7e209304b7 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -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 \ |