Add missing keycode

This commit is contained in:
xs5871
2023-04-01 00:08:41 +00:00
committed by xs5871
parent d15569611e
commit b84cd0bdab
3 changed files with 9 additions and 0 deletions

View File

@@ -188,6 +188,7 @@
| `KC.RESET` | Restarts the keyboard |
| `KC.RELOAD`, `KC.RLD` | Reloads the keyboard software, preserving any serial connections |
| `KC.DEBUG` | Toggle `debug_enabled`, which enables log spew to serial console |
| `KC.ANY` | Any key between `A and `/` |
| `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.UC_MODE_NOOP` | Sets UnicodeMode to NOOP |