mcaimi / annepro2-qmk-keymap

Custom QMK Keymap for my Anne Pro 2 Keyboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

2- Run the builder image to assemble the firmware

$ mkdir -p /tmp/output
$ podman run --rm --name qmk_builder -v <repo_basepath>/:/custom/:z -v /tmp/output:/target/:z qmk/builder:latest

3- Flash images

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

$ annepro2_tool --boot /tmp/output/<annepro2_c15_keymap_firmware.bin>
$ annepro2_tool --boot -t led /tmp/output/<annepro2_c15_shine_firmware.bin>

About

Custom QMK Keymap for my Anne Pro 2 Keyboard


Languages

Language:C 79.9%Language:Makefile 10.4%Language:Shell 8.4%Language:Dockerfile 1.2%