aboutsummaryrefslogtreecommitdiff
path: root/docs/feature_bluetooth.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/feature_bluetooth.md')
-rw-r--r--docs/feature_bluetooth.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_bluetooth.md b/docs/feature_bluetooth.md
index 7860ad547..1b6a825e7 100644
--- a/docs/feature_bluetooth.md
+++ b/docs/feature_bluetooth.md
@@ -30,7 +30,7 @@ The currently supported Bluetooth chipsets do not support [N-Key Rollover (NKRO)
30 30
31Add the following to your `rules.mk`: 31Add the following to your `rules.mk`:
32 32
33```makefile 33```make
34BLUETOOTH_ENABLE = yes 34BLUETOOTH_ENABLE = yes
35BLUETOOTH_DRIVER = AdafruitBLE # or RN42 35BLUETOOTH_DRIVER = AdafruitBLE # or RN42
36``` 36```