An ANSI-layout 60% keyboard featuring Bluetooth support and per-key RGB lighting.
After setting up your build environment, you can compile the Anne Pro 2 C18 default keymap by using:
make annepro2/c18:default
If you want to compile the Anne Pro 2 C15 default keymap use:
make annepro2/c15:default
If you want the executable instead of compiling it yourself, download it here. Windows and Linux versions are available. Otherwise, follow the steps below:
rust
toolchain using rustupcargo build --release
./target/release/annepro2_tools
(In later I will refer to this as annepro2_tools
)annepro2_tools annepro2_c15_default.bin
If the tool can't find the keyboard please double check you have the keyboard in IAP mode.
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.