https://github.com/jbarr21/zmk-config
https://github.com/jbarr21/zmk-config
keyboard keymap layout zmk zmk-config
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jbarr21/zmk-config
- Owner: jbarr21
- Created: 2022-03-20T23:45:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T06:04:45.000Z (over 1 year ago)
- Last Synced: 2025-03-27T10:46:55.027Z (2 months ago)
- Topics: keyboard, keymap, layout, zmk, zmk-config
- Language: C
- Homepage:
- Size: 1.97 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zmk-config
This is a [ZMK](https://zmk.dev) config repo for my wireless mechanical keyboards.
Also see my [QMK userspace](https://github.com/jbarr21/qmk_userspace/) for equivalent keymap definitions for QMK.
Build with Docker:
```sh
docker run -it --rm -w="/zmk" \
-v $(realpath ../zmk-config):/zmk-config \
-v $(realpath ../zmk):/zmk \
zmkfirmware/zmk-dev-arm:3.2-branch /bin/bashwest init -l app/ \
&& west update \
&& west zephyr-export \
&& pip3 install --user -r zephyr/scripts/requirements-base.txtwest build -s app -b nice_nano_v2 -- -DZMK_CONFIG=/zmk-config/config -DSHIELD=ffkb
```