joshrotenberg / keyboard-configurator

Keyboard configuration UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System76 Keyboard Configurator

Tool for configuring System76 keyboards, internal and external, with support for changing the keymap and LED settings.

This requires a System76 laptop with recent open EC firmware, or a Launch keyboard. Note that LED settings are not currently persisted on internal keyboards.

Releases

See releases page for pre-built binaries of the latest tagged release.

Building

# Install dependencies if necessary
sudo apt-get install cargo libgtk-3-dev libhidapi-dev libudev-dev

# Clone keyboard-configurator if necessary
git clone https://github.com/pop-os/keyboard-configurator

# Make sure it is up to date
cd keyboard-configurator
git pull

# Build and run the configurator
cargo run --release

Translators

Translators are welcome to submit translations directly as a pull request to this project. It is generally expected that your pull requests will contain a single commit for each language that was added or improved, using a syntax like so:

i18n(eo): Add Esperanto language support
i18n(pl): Improvements to Polish language support

Translation files can be found here. We are using Project Fluent for our translations, which should be easier than working with gettext.

About

Keyboard configuration UI

License:GNU General Public License v3.0


Languages

Language:Rust 67.6%Language:Rich Text Format 11.0%Language:Python 8.1%Language:Fluent 7.8%Language:Shell 4.0%Language:FreeMarker 0.9%Language:Makefile 0.5%Language:C 0.0%Language:Batchfile 0.0%