aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r--quantum/quantum.h1
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) {
288extern const uint8_t ascii_to_keycode_lut[128]; 288extern const uint8_t ascii_to_keycode_lut[128];
289extern const uint8_t ascii_to_shift_lut[16]; 289extern const uint8_t ascii_to_shift_lut[16];
290extern const uint8_t ascii_to_altgr_lut[16]; 290extern const uint8_t ascii_to_altgr_lut[16];
291extern 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 \