Browse Source

Fix sendstring call in onekey ADC keymap (#10031)

pull/10062/head
Ryan 3 years ago
committed by GitHub
parent
commit
48bd8263a3
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/handwired/onekey/keymaps/adc/keymap.c

+ 1
- 1
keyboards/handwired/onekey/keymaps/adc/keymap.c View File

@ -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…
Cancel
Save