Skip to content

Commit e54ec21

Browse files
committed
Fixed typo
1 parent c96bc0e commit e54ec21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,10 @@ Flash: [==== ] 44.2% (used 579158 bytes from 1310720 bytes)
140140
## How to activate NimBLE mode?
141141

142142
### ArduinoIDE:
143-
Edit BleKeyboard.h and remove and uncomment the first line `#define USE_NIMBLE`
143+
Uncomment the first line in BleKeyboard.h
144+
```C++
145+
#define USE_NIMBLE
146+
```
144147

145148
### PlatformIO:
146149
Change your `platformio.ini` to the following settings

0 commit comments

Comments
 (0)