From ed2b0d04f7d4f27031381bac999c81f18681050c Mon Sep 17 00:00:00 2001 From: Set Date: Tue, 22 Oct 2024 11:04:58 +0300 Subject: [PATCH] Update keyboards/handwired/set_st/rp2040/extra.h Co-authored-by: Drashna Jaelre --- keyboards/handwired/set_st/rp2040/extra.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/keyboards/handwired/set_st/rp2040/extra.h b/keyboards/handwired/set_st/rp2040/extra.h index e1f7e06a872..aa207a36c6f 100644 --- a/keyboards/handwired/set_st/rp2040/extra.h +++ b/keyboards/handwired/set_st/rp2040/extra.h @@ -86,7 +86,10 @@ bool oled_task_kb(void) { return false; } -bool process_record_user(uint16_t keycode, keyrecord_t *record) { +bool process_record_kb(uint16_t keycode, keyrecord_t *record) { + if (!process_record_user(keycode, record)) { + return false; + } switch (keycode) { case KC_CYCLE_LAYERS: if (!record->event.pressed) {