mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-25 04:43:02 +00:00
Update keyboards/handwired/set_st/rp2040/extra.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
d5d4f67e0f
commit
ed2b0d04f7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user