Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mcaimi/annepro2-qmk-keymap

Custom QMK Keymap for my Anne Pro 2 Keyboard
https://github.com/mcaimi/annepro2-qmk-keymap

Last synced: 4 days ago
JSON representation

Custom QMK Keymap for my Anne Pro 2 Keyboard

Awesome Lists containing this project

README

        

## Custom QMK Keymap for my Anne Pro 2 Keyboard

Only C15 revision built and tested so far. This is *REALLY* work-in-progress

### Build and Installation Instructions

1- Generate the builder image

```bash
$ cd qmk_build && podman build -t qmk/builder:latest .
```

2- Run the builder image to assemble the firmware

To build the vanilla QMK image...

```bash
$ mkdir -p /tmp/output
$ podman run --rm --name qmk_builder -v /:/custom/:z -v /tmp/output:/target/:z qmk/builder:latest /tmp/build-vanilla.sh
```

To build the vial-qmk fork image...

```bash
$ mkdir -p /tmp/output
$ podman run --rm --name qmk_builder -v /:/custom/:z -v /tmp/output:/target/:z qmk/builder:latest /tmp/build-vial.sh
```

3- Flash images

After booting the keyboard in IAP mode (insert USB cable while presing ESC):

```bash
$ annepro2_tool --boot /tmp/output/
$ annepro2_tool --boot -t led /tmp/output/
```