summaryrefslogtreecommitdiff
path: root/docs/docs/behaviors/reset.md
blob: 8cf122b41c6d51e3c2437a0a51b81f321cf1d4ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
title: Reset Behaviors
sidebar_label: Reset
---

## Summary

There are two available behaviors that can be used to trigger a reset of the keyboard.
The first is a soft reset, that will simply reset and re-run the currently flashed
firmware; the second when triggered will reset into the bootloader, allowing you to
flash a new firmware to the keyboard.

## Reset

The basic reset behavior will reset the keyboard and re-run the firmware flashed
to the device

### Behavior Binding

- Reference: `&reset`
- Parameters: None

Example:

```
&reset
```

## Bootloader Reset

The bootloader reset behavior will reset the keyboard and put it into bootloader mode, allowing
you to flash a new firmware.

### Behavior Binding

- Reference: `&bootloader`
- Parameters: None

Example:

```
&bootloader
```