diff options
Diffstat (limited to 'keyboards/torn/bongocat.c')
| -rw-r--r-- | keyboards/torn/bongocat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/torn/bongocat.c b/keyboards/torn/bongocat.c index 2280143a7..593cd5d4a 100644 --- a/keyboards/torn/bongocat.c +++ b/keyboards/torn/bongocat.c | |||
| @@ -373,7 +373,7 @@ void oled_task_user(void) { | |||
| 373 | 373 | ||
| 374 | bool process_record_kb(uint16_t keycode, keyrecord_t *record) { | 374 | bool process_record_kb(uint16_t keycode, keyrecord_t *record) { |
| 375 | sleep_timer = timer_read32(); | 375 | sleep_timer = timer_read32(); |
| 376 | return true; | 376 | return process_record_user(keycode, record); |
| 377 | } | 377 | } |
| 378 | 378 | ||
| 379 | #endif | 379 | #endif |
