qmk/keyboards/anne_pro
Michiel Visser ddae0d40fc Disable the EEPROM driver
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.
2020-07-01 13:19:21 +02:00
..
boards/STM32L151_ANNE_PRO Try to get AP1 working with new ChibiOS 2020-06-30 21:05:46 +02:00
keymaps Remove trailing whitespace from some documents 2019-11-28 17:56:47 +01:00
ld
.gitattributes
README.md Remove trailing whitespace from some documents 2019-11-28 17:56:47 +01:00
anne_pro.c Add basic keyboard idling feature (resolves #3) 2019-07-23 14:12:55 +02:00
anne_pro.h Added NEW_SAFE_RANGE for keymap specific keycodes (#9) 2019-10-21 21:02:13 +02:00
anne_pro_bluetooth.c Change the style on some comments 2019-11-28 18:02:18 +01:00
anne_pro_bluetooth.h Better and improved support for Bluetooth, with automatic switching 2019-07-16 18:55:59 +02:00
anne_pro_lighting.c Try to get AP1 working with new ChibiOS 2020-06-30 21:05:46 +02:00
anne_pro_lighting.h Add basic keyboard idling feature (resolves #3) 2019-07-23 14:12:55 +02:00
apply_patch.sh
chconf.h Try to get AP1 working with new ChibiOS 2020-06-30 21:05:46 +02:00
chibios_stm32l151.patch
config.h Try to get AP1 working with new ChibiOS 2020-06-30 21:05:46 +02:00
dfuse-pack.py Fix DFU packer python script for python3 (fixes #10) 2019-11-28 18:04:28 +01:00
halconf.h Try to get AP1 working with new ChibiOS 2020-06-30 21:05:46 +02:00
mcuconf.h Add basic Bluetooth support 2019-07-13 13:50:00 +02:00
rules.mk Disable the EEPROM driver 2020-07-01 13:19:21 +02:00
uart_tx_ringbuf.c Change ringbuf to not automatically start sending when written to 2019-07-12 17:04:39 +02:00
uart_tx_ringbuf.h Change ringbuf to not automatically start sending when written to 2019-07-12 17:04:39 +02:00

README.md

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.