Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!