QMK Bot 4f7a7873c8 [CI] Format code according to conventions (#26000) 7 месяцев назад
..
boards 4f7a7873c8 [CI] Format code according to conventions (#26000) 7 месяцев назад
c15 ca425971d5 keyboards/annepro2/ld: Add per-variant linker scripts (#24999) 1 год назад
c18 ca425971d5 keyboards/annepro2/ld: Add per-variant linker scripts (#24999) 1 год назад
keymaps bd1f1068f7 Fixup annepro2 (#23206) 2 лет назад
ld ca425971d5 keyboards/annepro2/ld: Add per-variant linker scripts (#24999) 1 год назад
annepro2.c 25fb4a498a Allow AnnePro2 to reboot (#24886) 1 год назад
annepro2.h 4d8dd55bf9 Move 60% layouts to data driven (#20477) 3 лет назад
annepro2_ble.c 0c160e1fba Separate 6KRO and NKRO report structs (#22267) 2 лет назад
annepro2_ble.h c635733a7f Remove `quantum.h` includes from keyboard code (#23394) 2 лет назад
ap2_led.c a5e7390419 [keyboard] Prevent LED flicker when connecting AnnePro 2 (#19709) 3 лет назад
ap2_led.h a5e7390419 [keyboard] Prevent LED flicker when connecting AnnePro 2 (#19709) 3 лет назад
chconf.h 4f7a7873c8 [CI] Format code according to conventions (#26000) 7 месяцев назад
halconf.h 0b6a460b7f Remove duplicate of SPI default config from keyboards (#25266) 1 год назад
info.json bd1f1068f7 Fixup annepro2 (#23206) 2 лет назад
mcuconf.h 4f124574f1 (develop)AP2: Enable support for WL EEPROM Driver (#17506) 4 лет назад
protocol.c dc67fd9b87 Various improvements for the AnnePro2 (#16579) 4 лет назад
protocol.h a5e7390419 [keyboard] Prevent LED flicker when connecting AnnePro 2 (#19709) 3 лет назад
readme.md 7d60a141a2 Anne Pro 2 Refactor (#16864) 4 лет назад
rgb_driver.c 85dc473faa AnnePro2: Adjust RGB flushing (#18640) 4 лет назад

readme.md

Anne Pro 2 rev. C15 and C18 QMK firmware

An ANSI-layout 60% keyboard featuring Bluetooth support and per-key RGB lighting.

How to compile

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

Installing

Get AnnePro2 Tools

If you want the executable instead of compiling it yourself, download it here. Windows and Linux versions are available. Otherwise, follow the steps below:

  1. Install the latest stable rust toolchain using rustup
  2. Also install Visual Studio Community edition including the C/C++ module to prevent errors while compiling
  3. Download or Clone the AnnePro2-Tools project.
  4. Compile the tool using

    cargo build --release
    

    The compiled tool should be in ./target/release/annepro2_tools (In later I will refer to this as annepro2_tools)

Flashing the firmware

  1. Put the keyboard into DFU/IAP mode by unplugging the keyboard, then holding ESC while plugging it back in.
  2. Run annepro2_tools with the firmware you just built.
    Please substitute with the correct paths and correct bin file if you chose another keymap profile.

    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.