Skip to content

Releases: themav/tmk-keyboard-newton

Newton Keyboard Converter v1.0

14 Mar 21:34
1b014ea
Compare
Choose a tag to compare

This is the initial release of my Apple Newton keyboard converter. This allows you to connect your Apple Newton keyboard to a modern computer via USB, as well as remap keys and add macros as desired.

Please see the README file for more information. This includes information such as how to set up your wiring connections and how to modify the keymap.

This has been tested with an ATMega32U4 and an ANSI Apple Newton keyboard. It has been tested on both a Pro Micro and an Adafruit ItsyBitsy 32U4 dev board. The 32U2 MCU should also work, but has not been tested. Make sure you download the appropriate version below.

Attached is a hex file which can be flashed with avrdude, dfu-programmer or whatever you like to use.

As always, if you have any problems please feel free to open an issue, and I look forward to your feedback. :)

Full Changelog: release-v0.1...release-v1.0

Newton Keyboard Converter v0.1-beta

11 Mar 04:35
Compare
Choose a tag to compare
Pre-release

This is the initial testing release of my Newton keyboard converter. It is expected to function, however, there may be some issues.
This initial release contains only a basic keymap (though it is Unimap compatible), with no function layers.

This has been tested with an ATMega32U4 and an ANSI Apple Newton keyboard.

Attached is a hex file which can be flashed with avrdude, dfu-programmer or whatever you like to use.

Full Changelog: https://github.com/themav/tmk-keyboard-newton/commits/release-v0.1