Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mschout/annepro2-qmk-firmware
My AnnePro2 QMK keymap, plus makefile to help building tools and firmware
https://github.com/mschout/annepro2-qmk-firmware
Last synced: about 1 month ago
JSON representation
My AnnePro2 QMK keymap, plus makefile to help building tools and firmware
- Host: GitHub
- URL: https://github.com/mschout/annepro2-qmk-firmware
- Owner: mschout
- Created: 2023-11-28T20:10:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-28T20:25:02.000Z (about 1 year ago)
- Last Synced: 2023-11-28T21:42:50.039Z (about 1 year ago)
- Language: C
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QMK Firmware And Keymap for the AnnePro2
This repository is just my AnnePro2 keymap, plus the necessary upstream tools and QMK firmware with a makefile to tie everything together.
## Building the Firmware
Init / Update Submodules:
```
git submodule update --init --recursive
```Build everything
```
make
```You need to have all of the required dependencies installed. See upstream projects for more info. It will error out if something is missing.
The makefile will print the flashing instructions at the end of the process.
## DISCLAIMER
This assumes you have Revsion C15 of the AnnePro2. If you do not have this revision, or are unsure which version you have, DO NOT USE THIS!