diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-15 05:00:04 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 05:00:04 +1100 |
commit | f325bd6eb28e6fb14c086e36ba09b66ea7041ce0 (patch) | |
tree | 215159a67f602057723f3eecc2cae6cc59b130a2 /keyboards/converter/m0110_usb | |
parent | 3525a61bafea9e373b57d13e4f23247273e66e9d (diff) |
Remove `DESCRIPTION`, B-D (#11513)
Diffstat (limited to 'keyboards/converter/m0110_usb')
-rw-r--r-- | keyboards/converter/m0110_usb/config.h | 1 | ||||
-rw-r--r-- | keyboards/converter/m0110_usb/readme.md | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/converter/m0110_usb/config.h b/keyboards/converter/m0110_usb/config.h index 02e4c30fb0..f980217b81 100644 --- a/keyboards/converter/m0110_usb/config.h +++ b/keyboards/converter/m0110_usb/config.h @@ -26,7 +26,6 @@ Ported to QMK by Techsock <info@techsock.com> #define DEVICE_VER 0x0101 #define MANUFACTURER Apple #define PRODUCT M0110(A) -#define DESCRIPTION Converts M0110(A) to USB and/or BT /* matrix size */ #define MATRIX_ROWS 14 diff --git a/keyboards/converter/m0110_usb/readme.md b/keyboards/converter/m0110_usb/readme.md index 2e8a2eaef1..a148091cd9 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` and `DESCRIPTION` values 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 = 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. ## Pins |