A user-space driver and GUI configurator for the Logitech G13
Go to file
June Tate-Gans ff25e01694 Migrate g13gui out of the g13gui subdir
The whole project at this point is entirely python, with no g13d present
anywhere, so let's clean up the tree somewhat and make it flatter.
2021-05-08 19:47:35 -05:00
bindings cleanups: Migrate source files to appropriate dirs and fix names 2021-04-25 00:34:49 -05:00
etc g13d: Remove the last few bits of g13d from the tree 2021-05-02 16:25:25 -05:00
g13gui Migrate g13gui out of the g13gui subdir 2021-05-08 19:47:35 -05:00
tools tools: Add a small reformatting tool to ease the burden 2021-04-25 20:13:25 -05:00
.clang-format g13d: Reformat all the files to Google style 2021-04-25 20:30:56 -05:00
.gitignore Migrate g13gui out of the g13gui subdir 2021-05-08 19:47:35 -05:00
LICENSE license: Clarifying original licenses and copyrights 2021-04-25 17:23:47 -05:00
LICENSE.txt Migrate g13gui out of the g13gui subdir 2021-05-08 19:47:35 -05:00
MANIFEST.in Migrate g13gui out of the g13gui subdir 2021-05-08 19:47:35 -05:00
README.md Migrate g13gui out of the g13gui subdir 2021-05-08 19:47:35 -05:00
setup.py Migrate g13gui out of the g13gui subdir 2021-05-08 19:47:35 -05:00

The G13 Configurator

What is this?

This is the companion application for configuring a Logitech G13 using the G13 user space driver originally written by ecraven, and available at https://github.com/jtgans/g13.

This tool allows you to:

  • Graphically plan out a keymapping
  • Save multiple profiles
  • Use the LCD with pluggable dbus-based applications
  • Switch profiles using the LCD

All wrapped up in a glorious Gtk 3.0 + libappindicator interface.

Please note: this is an early version of the application and as such it is still in heavy development.