From 38193927637a77d11c6038600325a7cde2b4c5aa Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Sun, 29 Oct 2023 08:23:06 -0500 Subject: [PATCH] Update readme a bit more. --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 49eea1c..81ebaa6 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,19 @@ The G13 Configurator This is a stand-alone companion application and user space driver for configuring a Logitech G13 game board. The original code was based upon another driver originally written by ecraven, and available at -https://github.com/jtgans/g13. +https://github.com/jtgans/g13, but this codebase was modernized, cleaned up +and totally rewritten in Python. -This tool allows you to: +Using this tool allows you to: - - Graphically plan out a keymapping - - Save multiple profiles - - Use the LCD with pluggable dbus-based applications + - Graphically plan out a keymapping profile + - Save multiple profiles and switch between them at will + - Use the LCD with pluggable dbus-based applets to display + useful information - 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. +in heavy development, but the author uses it almost on a daily basis already to +play most of her game library.