aboutsummaryrefslogtreecommitdiff
path: root/keyboards/converter/m0110_usb/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/converter/m0110_usb/README.md')
-rw-r--r--keyboards/converter/m0110_usb/README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/keyboards/converter/m0110_usb/README.md b/keyboards/converter/m0110_usb/README.md
index 3041eb0b4..2e8a2eaef 100644
--- a/keyboards/converter/m0110_usb/README.md
+++ b/keyboards/converter/m0110_usb/README.md
@@ -1,19 +1,19 @@
1M0110(A) keyboard converter 1# M0110(A) keyboard converter
2====================================== 2
3This is a port of the original M0110 converter from TMK to QMK. The original converter was designed to work with **ATmega32U2** and **ATmega32U4** based microcontrollers to convert Apple M0110/M0110A keyboards and M0120 numpads to USB. This port has been tested to be compatible with the [**Adafruit Feather 32U4 BLE**](https://learn.adafruit.com/adafruit-feather-32u4-bluefruit-le). 3This is a port of the original M0110 converter from TMK to QMK. The original converter was designed to work with **ATmega32U2** and **ATmega32U4** based microcontrollers to convert Apple M0110/M0110A keyboards and M0120 numpads to USB. This port has been tested to be compatible with the [**Adafruit Feather 32U4 BLE**](https://learn.adafruit.com/adafruit-feather-32u4-bluefruit-le).
4 4
5 5
6### Enabling Bluetooth for the Adafruit Feather 32U4 BLE 6## Enabling Bluetooth for the Adafruit Feather 32U4 BLE
7---------------------------------------------------- 7
8Simply 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. 8Simply 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.
9 9
10 10
11### Pins 11## Pins
12---- 12
13This port utilizes the same pins that the TMK converter used. `PD1` is used for `CLOCK` and `PD0` is used for the `DATA` from the keyboard. These pins can be changed in `config.h`. 13This port utilizes the same pins that the TMK converter used. `PD1` is used for `CLOCK` and `PD0` is used for the `DATA` from the keyboard. These pins can be changed in `config.h`.
14 14
15 15
16### Other important hardware notes from the original TMK converter Readme: 16## Other important hardware notes from the original TMK converter Readme:
17>### Hardware 17>### Hardware
18>-------- 18>--------
19>You can buy preassembled [TMK converter] or make yourown with AVR dev board like PJRC [Teensy]. 19>You can buy preassembled [TMK converter] or make yourown with AVR dev board like PJRC [Teensy].
@@ -45,7 +45,7 @@ This port utilizes the same pins that the TMK converter used. `PD1` is used for
45[**View the original TMK converter Repository**](https://github.com/tmk/tmk_keyboard/tree/master/converter/m0110_usb) 45[**View the original TMK converter Repository**](https://github.com/tmk/tmk_keyboard/tree/master/converter/m0110_usb)
46 46
47 47
48### QMK Port Changelog 48## QMK Port Changelog
49--------- 49
50- 2018/08/01 - Original Release 50- 2018/08/01 - Original Release
51 51