Merge remote-tracking branch 'origin/master' into develop

master
QMK Bot 2021-07-30 21:00:46 +00:00
commit f1af7da9ba
1 changed files with 1 additions and 1 deletions

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;
}