Fix onekey console keymap (#13797)
This commit is contained in:
parent
aece9ad5fa
commit
7bfe53ee2f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
switch (keycode) {
|
||||
case KC_HELLO:
|
||||
if (record->event.pressed) {
|
||||
printf("Hello world!\n");
|
||||
println("Hello world!");
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue