Add keycode for software reload

This commit is contained in:
James Fitzgerald
2022-07-19 12:50:51 -04:00
committed by Kyle Brown
parent 682731bfe1
commit d584b1f506
3 changed files with 7 additions and 0 deletions

View File

@@ -186,6 +186,7 @@
|Key |Description |
|-----------------------|---------------------------------------------------------------------|
|`KC.RESET` |Restarts the keyboard |
|`KC.RLOAD` |Reloads the keyboard software, preserving any serial connections |
|`KC.DEBUG` |Toggle `debug_enabled`, which enables log spew to serial console |
|`KC.GESC` |Escape when tapped, <code>&#96;</code> when pressed with Shift or GUI|
|`KC.BKDL` |Backspace when tapped, Delete when pressed with GUI |