qmk-dactyl-manuform-a/keyboards/converter/m0110_usb
Ryan 99b35940bc
Remove unnecessary backslash-escapes in default keymaps (#15472)
* Remove unnecessary backslash-escapes in default keymaps

* Remove unnecessary backslash-escapes in via keymaps

* Remove unnecessary backslash-escapes in default-ish keymaps
2021-12-14 12:41:16 +00:00
..
keymaps/default Remove unnecessary backslash-escapes in default keymaps (#15472) 2021-12-14 12:41:16 +00:00
config.h Remove `DESCRIPTION`, B-D (#11513) 2021-01-15 05:00:04 +11:00
info.json Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
m0110.c Move converter specific tmk_core protocols (#14743) 2021-10-07 23:14:26 +01:00
m0110.h Move converter specific tmk_core protocols (#14743) 2021-10-07 23:14:26 +01:00
m0110_usb.c Keyboard: M0110 converter ported from TMK (#3556) 2018-08-02 14:40:40 -07:00
m0110_usb.h Change keyboard level include guards to `pragma once` (#14248) 2021-09-01 19:03:14 +10:00
matrix.c Remove legacy print backward compatiblitly (#11805) 2021-02-06 16:56:13 +00:00
readme.md Remove `DESCRIPTION`, B-D (#11513) 2021-01-15 05:00:04 +11:00
rules.mk Fix up build options comments (#15463) 2021-12-12 18:05:37 -08:00

readme.md

M0110(A) keyboard converter

This 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.

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.

Pins

This 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.

Other important hardware notes from the original TMK converter Readme:

Hardware


You can buy preassembled TMK converter or make yourown with AVR dev board like PJRC Teensy.

Port of the MCU PD1 is assigned to CLOCK line and PD0 to DATA by default, you can change pin configuration with editing config.h.

M0110 Converter

4P4C phone handset cable

Note that original cable used with Mac is straight while phone handset cable is crossover.

http://en.wikipedia.org/wiki/Modular_connector#4P4C

Socket Pinout

Jack fig

Pull-up Resistor

You may need pull-up resistors on signal lines(CLOCK, DATA) in particular when you have long or coiled cable. 1k-10k Ohm will be OK >for this purpose. In that case the converter may not read signal from keyboard correctly without pull-up resistors.

View the original TMK converter Readme
View the original TMK converter Repository

QMK Port Changelog

  • 2018/08/01 - Original Release