diff options
author | Toni <jeder@mail1a.de> | 2016-08-15 19:48:53 +0200 |
---|---|---|
committer | Toni <jeder@mail1a.de> | 2016-08-15 19:48:53 +0200 |
commit | 5ecebc3a66946ac7579bcd3afdacdb61387412d1 (patch) | |
tree | c1c33b775064ee43a34e81ad859e5111975786e9 /quantum/quantum.c | |
parent | 5705a403205c0c1e7c585e1a2edda21e79134ee6 (diff) | |
parent | cc7acfb416d446a123d10d2c33c3344f1f684f1b (diff) |
Merge remote-tracking branch 'origin/master' into iso_split_rshift
no idea what is merged
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r-- | quantum/quantum.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index bc2da510f2..a4c5c2ddbc 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c @@ -87,6 +87,9 @@ bool process_record_quantum(keyrecord_t *record) { #ifdef UNICODE_ENABLE process_unicode(keycode, record) && #endif + #ifdef UCIS_ENABLE + process_ucis(keycode, record) && + #endif true)) { return false; } |