https://github.com/aquaron/qmk-infinity
Build Infinity 60% Keyboard using QMK
https://github.com/aquaron/qmk-infinity
docker firmware hhkb keyboard qmk qmk-firmware qmk-infinity vi vim
Last synced: 3 months ago
JSON representation
Build Infinity 60% Keyboard using QMK
- Host: GitHub
- URL: https://github.com/aquaron/qmk-infinity
- Owner: aquaron
- License: mit
- Created: 2018-02-23T21:35:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T17:23:32.000Z (almost 5 years ago)
- Last Synced: 2025-01-20T07:46:15.724Z (5 months ago)
- Topics: docker, firmware, hhkb, keyboard, qmk, qmk-firmware, qmk-infinity, vi, vim
- Language: C
- Homepage: https://hub.docker.com/r/aquaron/qmk-infinity
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# qmk-infinity
Uses QMK to build the data file to flash Input Club's Infinity 60%.## Syntax
docker run --rm -v :/data aquaron/qmk-infinity [] []
`` is the name of the keymap file that contains the mapping to customize your keyboard layout.
See [qmk_firmware] for detailed information on how to customize the layout.
Create a `keymap.c` file and put it in `` and issue this command to run:docker run --rm -v /tmp:/data aquaron/qmk-infinity keymap.c
## Examples
### Build Example Keyboard
To check out a custom layout that uses VI-style cursor using dual-role semi-colon key as a layer switch run
the command below and check out `aquaron.c` in `/tmp`.docker run --rm -v /tmp:/data aquaron/qmk-infinity aquaron.c
[qmk_firmware]: https://github.com/qmk/qmk_firmware/tree/master/keyboards/infinity60