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) | |
| download | qmk_firmware-e190872b822f247794213120e0f7a276c07c95b9.tar.gz qmk_firmware-e190872b822f247794213120e0f7a276c07c95b9.zip | |
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 9b2b9dee6..7e209304b 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -288,6 +288,7 @@ static __inline__ void __interrupt_enable__(const uint8_t *__s) { | |||
| 288 | extern const uint8_t ascii_to_keycode_lut[128]; | 288 | extern const uint8_t ascii_to_keycode_lut[128]; |
| 289 | extern const uint8_t ascii_to_shift_lut[16]; | 289 | extern const uint8_t ascii_to_shift_lut[16]; |
| 290 | extern const uint8_t ascii_to_altgr_lut[16]; | 290 | extern const uint8_t ascii_to_altgr_lut[16]; |
| 291 | extern const uint8_t ascii_to_dead_lut[16]; | ||
| 291 | // clang-format off | 292 | // clang-format off |
| 292 | #define KCLUT_ENTRY(a, b, c, d, e, f, g, h) \ | 293 | #define KCLUT_ENTRY(a, b, c, d, e, f, g, h) \ |
| 293 | ( ((a) ? 1 : 0) << 0 \ | 294 | ( ((a) ? 1 : 0) << 0 \ |
