Draft
Conversation
Key improvements: - Refactor core logic into a shared library (src/lib.rs). - Add modern GTK4/Adwaita GUI tool with multi-layer management. - Implement macro builder with live hotkey capture. - Add hardware diagnostic console and automatic udev rule installation. - Improve upload reliability with delays and explicit key clearing. - Add live YML preview with change tracking. - Update documentation and dependencies.
…rary structure Resolved conflicts by: - Updating src/lib.rs with shared logic including new multi-device driver creation. - Adapting GUI tool to use the new Keyboard trait and model-specific binders. - Implementing Macro::Layer support in k884x and k8890 drivers. - Updating README with merged content.
Key updates: - Add detected model display to the diagnostic panel. - Integrate new macro features from master: delay support, advanced mouse actions, and custom HID codes. - Implement smart LED panel that adapts to the detected keyboard model (8890 vs 884x). - Fix various threading and state locking issues. - Update lib.rs to correctly export shared device discovery logic.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
i have vibecoded up a gui tool to set-capture keyboard settings, feel free to discard or integrate, or tell me to fix it somehow.