The keyboard seemed to get stuck somewhere inside the EEPROM driver. Since the keyboard currently does not use the EEPROM I have disabled it for now. This needs further investigation. |
||
|---|---|---|
| .. | ||
| boards/STM32L151_ANNE_PRO | ||
| keymaps | ||
| ld | ||
| .gitattributes | ||
| README.md | ||
| anne_pro.c | ||
| anne_pro.h | ||
| anne_pro_bluetooth.c | ||
| anne_pro_bluetooth.h | ||
| anne_pro_lighting.c | ||
| anne_pro_lighting.h | ||
| apply_patch.sh | ||
| chconf.h | ||
| chibios_stm32l151.patch | ||
| config.h | ||
| dfuse-pack.py | ||
| halconf.h | ||
| mcuconf.h | ||
| rules.mk | ||
| uart_tx_ringbuf.c | ||
| uart_tx_ringbuf.h | ||
README.md
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.
