Skip to content

Commit 603f017

Browse files
committed
Update README.md to correct macro reset shortcut and remove unnecessary library installation instructions
1 parent 0d0e268 commit 603f017

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ There are 5 macro slots available, each capable of storing up to 24 key reports.
184184
### Resetting Macros
185185

186186
1. **Reset Macros**:
187-
- Press **Help + F5** to stop any playing macro and reset all macros. WARNING this cleans and reset the EEPROM.
187+
- Press **Help + Del** to stop any playing macro and reset all macros. WARNING this cleans and reset the EEPROM.
188188

189189
### Example Usage
190190

@@ -294,7 +294,6 @@ This method is ideal for users comfortable with the command line. **Arduino CLI*
294294
arduino-cli core update-index
295295
arduino-cli core install arduino:avr
296296
arduino-cli lib install "Keyboard"
297-
arduino-cli lib install "CircularBuffer"
298297
```
299298

300299
3. **Connect Arduino Leonardo via USB** and identify the port:
@@ -332,7 +331,6 @@ The **Arduino IDE** provides a graphical interface for writing, compiling, and u
332331
2. **Install the Keyboard Library**:
333332
- In the Arduino IDE, go to Tools > Manage Libraries....
334333
- In the Library Manager, search for "Keyboard" and install the Keyboard library.
335-
- In the Library Manager, search for "CircularBuffer" and install the CircularBuffer library.
336334

337335
3. **Open Your Sketch**:
338336
- Launch the Arduino IDE.

0 commit comments

Comments
 (0)