|
|
3 years ago | |
|---|---|---|
| .. | ||
| boards | 893d86cb89 Add Anne Pro 2 keyboard (#14385) | 4 years ago |
| c15 | 56555c61e1 Migrate `LAYOUTS` to data driven (#19541) | 3 years ago |
| c18 | 56555c61e1 Migrate `LAYOUTS` to data driven (#19541) | 3 years ago |
| keymaps | 6ed605a614 Fix annepro2/c18:iso_default (#19147) | 3 years ago |
| ld | 893d86cb89 Add Anne Pro 2 keyboard (#14385) | 4 years ago |
| annepro2.c | a5e7390419 [keyboard] Prevent LED flicker when connecting AnnePro 2 (#19709) | 3 years ago |
| annepro2.h | 961f0b7b2d Reallocate SAFE_RANGE (#19909) | 3 years ago |
| annepro2_ble.c | 57956f506b Merge remote-tracking branch 'origin/master' into develop | 3 years ago |
| annepro2_ble.h | 893d86cb89 Add Anne Pro 2 keyboard (#14385) | 4 years ago |
| ap2_led.c | a5e7390419 [keyboard] Prevent LED flicker when connecting AnnePro 2 (#19709) | 3 years ago |
| ap2_led.h | a5e7390419 [keyboard] Prevent LED flicker when connecting AnnePro 2 (#19709) | 3 years ago |
| chconf.h | 893d86cb89 Add Anne Pro 2 keyboard (#14385) | 4 years ago |
| config_led.c | dc67fd9b87 Various improvements for the AnnePro2 (#16579) | 4 years ago |
| config_led.h | fa132baa43 Decrease LED animation frequency to improve performance (#19677) | 3 years ago |
| halconf.h | 4f124574f1 (develop)AP2: Enable support for WL EEPROM Driver (#17506) | 4 years ago |
| info.json | 59443fa970 jsonify some info.json (#19146) | 3 years ago |
| matrix.c | 893d86cb89 Add Anne Pro 2 keyboard (#14385) | 4 years ago |
| mcuconf.h | 4f124574f1 (develop)AP2: Enable support for WL EEPROM Driver (#17506) | 4 years ago |
| protocol.c | dc67fd9b87 Various improvements for the AnnePro2 (#16579) | 4 years ago |
| protocol.h | a5e7390419 [keyboard] Prevent LED flicker when connecting AnnePro 2 (#19709) | 3 years ago |
| readme.md | 7d60a141a2 Anne Pro 2 Refactor (#16864) | 4 years ago |
| rgb_driver.c | 85dc473faa AnnePro2: Adjust RGB flushing (#18640) | 3 years ago |
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 rustupCompile 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)
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.