Merge pull request #389 from tmk/sun_usb_command_fix
sun_usb: Fix command help #387
This commit is contained in:
commit
8e83ad537e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue