1
0

sun_usb: Fix command help #387

This commit is contained in:
tmk 2016-09-24 10:18:05 +09:00 committed by GitHub
parent fa32e4d870
commit f88a0f7f06

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;