From 3c4972a53f9c68b0838ffb1cdd5bb31d06a1b4a2 Mon Sep 17 00:00:00 2001
From: Kyle McAlpine <kyle@kjm.bio>
Date: Wed, 17 Mar 2021 02:49:48 +0000
Subject: [Keyboard] Fix issue with process_record_kb in Torn (#12189)

---
 keyboards/torn/bongocat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keyboards/torn/bongocat.c b/keyboards/torn/bongocat.c
index 2280143a7d..593cd5d4ae 100644
--- a/keyboards/torn/bongocat.c
+++ b/keyboards/torn/bongocat.c
@@ -373,7 +373,7 @@ void oled_task_user(void) {
 
 bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
   sleep_timer = timer_read32();
-  return true;
+  return process_record_user(keycode, record);
 }
 
 #endif
-- 
cgit v1.2.3