Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mcaimi/annepro2-qmk-keymap
- Owner: mcaimi
- Created: 2022-04-27T10:46:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T13:51:47.000Z (7 months ago)
- Last Synced: 2024-04-22T15:25:10.195Z (7 months ago)
- Language: C
- Size: 233 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```