Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
f1af7da9ba
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