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 9d77fa438..326c8370b 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
@@ -296,6 +296,9 @@ bool process_record_quantum(keyrecord_t *record) { | |||
296 | #ifdef JOYSTICK_ENABLE | 296 | #ifdef JOYSTICK_ENABLE |
297 | process_joystick(keycode, record) && | 297 | process_joystick(keycode, record) && |
298 | #endif | 298 | #endif |
299 | #ifdef PROGRAMMABLE_BUTTON_ENABLE | ||
300 | process_programmable_button(keycode, record) && | ||
301 | #endif | ||
299 | true)) { | 302 | true)) { |
300 | return false; | 303 | return false; |
301 | } | 304 | } |