https://github.com/izevaka/izevaka-qmk-keymaps
My Lily58 keymap
https://github.com/izevaka/izevaka-qmk-keymaps
Last synced: 3 months ago
JSON representation
My Lily58 keymap
- Host: GitHub
- URL: https://github.com/izevaka/izevaka-qmk-keymaps
- Owner: izevaka
- Created: 2023-04-15T01:33:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T07:14:44.000Z (over 1 year ago)
- Last Synced: 2025-01-21T18:15:42.627Z (5 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My QMK keymaps
This is the directory of my QMK keymaps. They are committed to my fork of QMK firmare which you can find [here](https://github.com/izevaka/qmk_firmware)
## Keymap links
* [Preonic](https://github.com/izevaka/qmk_firmware/tree/master/keyboards/preonic/keymaps/izevaka)
* [Lily58](https://github.com/izevaka/qmk_firmware/tree/master/keyboards/lily58/keymaps/izevaka)
* [StackOverflow Key](https://github.com/izevaka/qmk_firmware/tree/master/keyboards/massdrop/thekey/keymaps/izevaka)## Instructions for future Igor
1. Install `qmk` - e.g. using Homebrew
```
brew install qmk-toolbox
```
2. Configure qmk to point to the fork:
```
qmk clone [email protected]:izevaka/qmk_firmware.git ~/src/qmk_igor
```
3. Double check that your directory is set up correctly in qmk:
```
$> qmk config
user.qmk_home=/path/to/qmk_igor
# Update if needed:
$> qmk config user.qmk_home=/path/to/qmk_igor
```
4. Compile QMK:
```
qmk compile -kb lily58/rev1 -km izevaka
qmk compile -kb preonic/rev3 -km izevaka
qmk compile -kb massdrop/thekey -km izevaka
```
5. Flash using QMK toolbox