~ruther/qmk_firmware

3c4972a53f9c68b0838ffb1cdd5bb31d06a1b4a2 — Kyle McAlpine 4 years ago 6af387e
[Keyboard] Fix issue with process_record_kb in Torn (#12189)

1 files changed, 1 insertions(+), 1 deletions(-)

M keyboards/torn/bongocat.c
M keyboards/torn/bongocat.c => keyboards/torn/bongocat.c +1 -1
@@ 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