Generate images
This commit is contained in:
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
4
Makefile
4
Makefile
@@ -8,6 +8,10 @@ $(KEYMAP_LOCAL): $(KEYMAP_ORIGIN)
|
|||||||
@echo "Copying downloaded keymap to local repo..."
|
@echo "Copying downloaded keymap to local repo..."
|
||||||
cp $(KEYMAP_ORIGIN) $(KEYMAP_LOCAL)
|
cp $(KEYMAP_ORIGIN) $(KEYMAP_LOCAL)
|
||||||
make flash
|
make flash
|
||||||
|
make generate-svg
|
||||||
|
|
||||||
|
generate-svg:
|
||||||
|
keymap parse -q $(KEYMAP_LOCAL) | keymap draw - > keymaps/$(KEYMAP_NAME).svg
|
||||||
|
|
||||||
flash:
|
flash:
|
||||||
@echo "Flashing keymap from $(KEYMAP_LOCAL)..."
|
@echo "Flashing keymap from $(KEYMAP_LOCAL)..."
|
||||||
|
|||||||
@@ -1,7 +1,14 @@
|
|||||||
# QMK Layout
|
# QMK Layout
|
||||||
|
|
||||||
# Workflow
|
## Requirements
|
||||||
|
1. [QMK](https://archlinux.org/packages/extra/any/qmk/)
|
||||||
|
2. [keymap-drawer](https://github.com/caksoylar/keymap-drawer)
|
||||||
|
|
||||||
|
## Workflow
|
||||||
Designed for use with [the configurator](https://config.qmk.fm/). Upload a file from ./keymaps and when it is saved to ~/Downloads, it will wait for the board to enter bootloader mode to flash.
|
Designed for use with [the configurator](https://config.qmk.fm/). Upload a file from ./keymaps and when it is saved to ~/Downloads, it will wait for the board to enter bootloader mode to flash.
|
||||||
```shell
|
```shell
|
||||||
KEYMAP_NAME=lif-preonic make watch
|
KEYMAP_NAME=lif-preonic make watch
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Layout
|
||||||
|

|
||||||
|
|||||||
1639
keymaps/lif-preonic.svg
Normal file
1639
keymaps/lif-preonic.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 69 KiB |
Reference in New Issue
Block a user