buffybox/unl0kr/regenerate-layouts.sh

23 lines
548 B
Bash
Raw Permalink Normal View History

2021-09-19 13:35:53 +02:00
#!/bin/bash
# Copyright 2021 Johannes Marbach
# SPDX-License-Identifier: GPL-3.0-or-later
2021-09-19 13:35:53 +02:00
2024-01-02 20:43:40 +01:00
cd ../squeek2lvgl
2021-09-19 13:35:53 +02:00
pipenv install
pipenv run python squeek2lvgl.py \
--input us.yaml \
--name "US English" \
2021-09-19 13:35:53 +02:00
--input de.yaml \
--name "Deutsch" \
2021-09-19 13:35:53 +02:00
--input es.yaml \
--name "Español" \
2021-09-19 13:35:53 +02:00
--input fr.yaml \
--name "Français" \
--extra-top-row-base "1 2 3 4 5 6 7 8 9 0" \
--extra-top-row-upper "! @ # $ % ^ & * ( )" \
2024-01-02 20:43:40 +01:00
--output ../unl0kr \
2021-09-19 13:35:53 +02:00
--surround-space-with-arrows \
2021-09-20 13:05:12 +02:00
--shift-keycap '\xef\x8d\x9b'