mirror of
https://github.com/He4eT/oddkb.git
synced 2026-05-04 17:17:21 +00:00
Layout images generator
This commit is contained in:
parent
1cd1bf93f0
commit
4894240006
4 changed files with 182 additions and 0 deletions
12
Makefile
12
Makefile
|
|
@ -21,3 +21,15 @@ flash:
|
|||
@make keymap_copy
|
||||
@make qmk_flash
|
||||
@make keymap_clean
|
||||
|
||||
preview_cmd = node \
|
||||
./preview_generator/preview_generator.js \
|
||||
"${PWD}/keymap/keymap.c"
|
||||
|
||||
preview:
|
||||
@${preview_cmd}
|
||||
|
||||
preview_and_copy:
|
||||
@${preview_cmd} | xclip -sel clipboard
|
||||
@echo 'Copied to the clipboard! Paste it in the "Raw data" tab:'
|
||||
@echo 'http://www.keyboard-layout-editor.com/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue