qmk/keyboards/anne_pro/README.md

1.5 KiB

Anne Pro

Anne Pro

QMK firmware port for the Anne Pro 60% keyboard produced by Obins.

This firmware is not created or supported by the creator of this keyboard!

Keyboard Maintainer: Michiel Visser Hardware Supported: Anne Pro (this means no support for the Anne Pro 2) Hardware Availability: Discontinued, possible vendors

Make sure you check out the correct branch for this keyboard!

git checkout anne_pro

Before building the firmware for this keyboard submodules have to be loaded and a patch has to be applied:

make git-submodule
./keyboards/anne_pro/apply_patch.sh

Make example for this keyboard (after setting up your build environment):

make anne_pro:default

Flashing the firmware can easily be done when the keyboard is in DFU mode:

make anne_pro:default:dfu-util

The default Arrows and macOS keyboard layouts are also included and can be used with arrow or macos instead of default.

To convert the bin file to a dfu file the following script can be used

./keyboards/anne_pro/dfuse-pack.py -b 0x08004000:anne_pro_default.bin anne_pro_default.dfu

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.