Fix sendstring call in onekey ADC keymap (#10031)
This commit is contained in:
parent
249eab34e1
commit
48bd8263a3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
#ifdef CONSOLE_ENABLE
|
||||
printf(buffer);
|
||||
#else
|
||||
SEND_STRING(buffer);
|
||||
send_string(buffer);
|
||||
#endif
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue