diff options
author | Ryan <fauxpark@gmail.com> | 2022-01-31 04:29:42 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-30 17:29:42 +0000 |
commit | 7d685956cc616a8d76aa7866f42bf569a9ca3fca (patch) | |
tree | 55f20f489b9ab12fde6bba1a8f8b59499e8ed179 /keyboards/converter/m0110_usb | |
parent | 9f4769fbe62fd3763a72f4a56dee18b5fbabec29 (diff) | |
download | qmk_firmware-7d685956cc616a8d76aa7866f42bf569a9ca3fca.tar.gz qmk_firmware-7d685956cc616a8d76aa7866f42bf569a9ca3fca.zip |
Rename `AdafruitBLE` to `BluefruitLE` (#16127)
Diffstat (limited to 'keyboards/converter/m0110_usb')
-rw-r--r-- | keyboards/converter/m0110_usb/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/converter/m0110_usb/readme.md b/keyboards/converter/m0110_usb/readme.md index a148091cd9..d066aa5a7c 100644 --- a/keyboards/converter/m0110_usb/readme.md +++ b/keyboards/converter/m0110_usb/readme.md @@ -5,7 +5,7 @@ This is a port of the original M0110 converter from TMK to QMK. The original con ## Enabling Bluetooth for the Adafruit Feather 32U4 BLE -Simply add `BLUETOOTH = AdafruitBLE` to your `rules.mk` file. This enables code specifically for the Adafruit Feather 32U4 BLE. If enabled, the device will use the `PRODUCT` value from `config.h` for the device name displayed by the Feather on host devices. You can simply change these values to change the device name. +Simply add `BLUETOOTH = BluefruitLE` to your `rules.mk` file. This enables code specifically for the Adafruit Feather 32U4 BLE. If enabled, the device will use the `PRODUCT` value from `config.h` for the device name displayed by the Feather on host devices. You can simply change these values to change the device name. ## Pins |