https://github.com/aquaron/tmk-infinity
TMK build for Input Club Infinity 60% keyboard
https://github.com/aquaron/tmk-infinity
flash hhkb keyboard tmk tmk-infinity
Last synced: 2 months ago
JSON representation
TMK build for Input Club Infinity 60% keyboard
- Host: GitHub
- URL: https://github.com/aquaron/tmk-infinity
- Owner: aquaron
- Created: 2016-11-08T08:01:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T17:23:21.000Z (over 7 years ago)
- Last Synced: 2025-01-20T07:46:16.277Z (4 months ago)
- Topics: flash, hhkb, keyboard, tmk, tmk-infinity
- Language: C
- Homepage: https://store.docker.com/community/images/aquaron/tmk-infinity
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tmk-infinity
Uses TMK to build the data file to flash Input Club's Infinity 60%.
Optionally, you can build hex files for HHKB.### Syntax
docker run --rm -v :/data aquaron/tmk-infinity [] []
`` is the name of the keymap file that contains the mapping to customize your keyboard layout.
See https://github.com/tmk/tmk_keyboard/tree/master/keyboard/infinity
for detailed information on how to customize the layout.
Create a `keymap_mylayout.c` file and put it in `` and issue this command to run:docker run --rm -v /tmp:/data aquaron/tmk-infinity mylayout
## 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 `keymap_example.c` in `/tmp`.docker run --rm -v /tmp:/data aquaron/tmk-infinity example
### Build HHKB Hex File
Building HHKB's hex file to flash HHKB Bluetooth version:
docker run --rm -v /tmp:/data aquaron/tmk-infinity example hhkb rn42