Browse Source

[Keyboard] Fix issue with process_record_kb in Torn (#12189)

pull/12029/head
Kyle McAlpine 3 years ago
committed by GitHub
parent
commit
3c4972a53f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/torn/bongocat.c

+ 1
- 1
keyboards/torn/bongocat.c View File

@ -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

Loading…
Cancel
Save