Browse Source

Fix onekey console keymap (#13797)

pull/13803/head
Ryan 2 years ago
committed by GitHub
parent
commit
7bfe53ee2f
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/console/keymap.c

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

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