diff options
| author | James Young <xxiinophobia@yahoo.com> | 2020-02-29 12:00:00 -0800 |
|---|---|---|
| committer | James Young <xxiinophobia@yahoo.com> | 2020-02-29 11:59:30 -0800 |
| commit | 26eef35f07698d23aafae90e1c230b52e100a334 (patch) | |
| tree | eb8e43fc58ca55788e6e89430af0db55ea79e324 /quantum/quantum.c | |
| parent | 85041ff05bf0e5f4ff4535caf6e638491a5614c8 (diff) | |
| download | qmk_firmware-26eef35f07698d23aafae90e1c230b52e100a334.tar.gz qmk_firmware-26eef35f07698d23aafae90e1c230b52e100a334.zip | |
2020 February 29 Breaking Changes Update (#8064)
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 |
