Merge pull request #389 from tmk/sun_usb_command_fix

sun_usb: Fix command help #387
main
tmk 2016-09-24 10:21:08 +09:00 committed by GitHub
commit 8e83ad537e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ bool command_extra(uint8_t code)
print("Home: Toggle Bell\n");
print("End: Toggle Click\n");
print("PgUp: LED all On\n");
print("PgDown: LED all On\n");
print("PgDown: LED all Off\n");
print("Insert: Layout\n");
print("Delete: Reset\n");
return false;