Adds delete/backspace key. Resolves #93

This commit is contained in:
Kyle Brown
2019-03-09 15:12:23 -08:00
parent 1ad7602a9b
commit fc8ddba6cb
3 changed files with 25 additions and 0 deletions

View File

@@ -193,6 +193,7 @@
|`KC.RESET` |Put the keyboard into DFU mode for flashing |
|`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 |
|`KC.LEAD` |The [Leader key] |
|`KC.UC_MODE_NOOP` |Sets UnicodeMode to NOOP |
|`KC.UC_MODE_LINUX` |Sets UnicodeMode to Linux |