diff options
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 1b5ce3292..7c19a3bbb 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -224,6 +224,9 @@ bool process_record_quantum(keyrecord_t *record) { | |||
| 224 | #ifdef AUDIO_ENABLE | 224 | #ifdef AUDIO_ENABLE |
| 225 | process_audio(keycode, record) && | 225 | process_audio(keycode, record) && |
| 226 | #endif | 226 | #endif |
| 227 | #ifdef BACKLIGHT_ENABLE | ||
| 228 | process_backlight(keycode, record) && | ||
| 229 | #endif | ||
| 227 | #ifdef STENO_ENABLE | 230 | #ifdef STENO_ENABLE |
| 228 | process_steno(keycode, record) && | 231 | process_steno(keycode, record) && |
| 229 | #endif | 232 | #endif |
