{"id":19137697,"url":"https://github.com/progzone122/aegis-2067usb-custom-software","last_synced_at":"2026-05-16T11:31:21.921Z","repository":{"id":260661170,"uuid":"880680036","full_name":"progzone122/aegis-2067usb-custom-software","owner":"progzone122","description":"Open source custom software for AULA Aegis 2067usb (a.k.a F2067) keyboard","archived":false,"fork":false,"pushed_at":"2024-12-04T20:25:40.000Z","size":196,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T06:13:46.011Z","etag":null,"topics":["2067usb","aegis","aula","cli","f2067","keyboard","linux","rust","software"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/progzone122.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-30T06:41:15.000Z","updated_at":"2025-08-04T02:37:59.000Z","dependencies_parsed_at":"2025-01-03T23:18:51.700Z","dependency_job_id":null,"html_url":"https://github.com/progzone122/aegis-2067usb-custom-software","commit_stats":null,"previous_names":["progzone122/aegis-2067usb-custom-software"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/progzone122/aegis-2067usb-custom-software","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progzone122%2Faegis-2067usb-custom-software","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progzone122%2Faegis-2067usb-custom-software/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progzone122%2Faegis-2067usb-custom-software/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progzone122%2Faegis-2067usb-custom-software/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/progzone122","download_url":"https://codeload.github.com/progzone122/aegis-2067usb-custom-software/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progzone122%2Faegis-2067usb-custom-software/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["2067usb","aegis","aula","cli","f2067","keyboard","linux","rust","software"],"created_at":"2024-11-09T06:39:09.482Z","updated_at":"2026-05-16T11:31:21.869Z","avatar_url":"https://github.com/progzone122.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aegis-2067-usb-custom-software\nOpen source custom software for AULA Aegis 2067usb (a.k.a F2067) keyboard\n\n## USB Protocol\nThe USB keyboard protocol was reverse engineered, [protocol documentation can be found here](https://github.com/progzone122/aegis-2067usb-protocol)\n\n## Usage guide\n```bash\naegis2067usb [COMMAND]\n```\n#### Commands:\n| Command                    | Description                                               |\n|----------------------------|-----------------------------------------------------------|\n| --help                     | Print this message or the help of the given subcommand(s) |\n| --animation **[ID/ NAME]** | Configuration of animation effect                         |\n| --brightness **[0..5]**    | Configuration of LED brightness                           |\n| --speed **[0..2]**         | Configuration of speed animation effect                   |\n| reset                      | Resets the default keyboard configuration                 |\n\n##### Examples:\n```bash\naegis2067usb --animation 17\n```\n```bash\naegis2067usb --brightness 3\n```\n```bash\naegis2067usb --speed 2\n```\n```bash\naegis2067usb reset\n```\n\n## Build guide\n- ### Udev rules\n  A user must have write access on the /dev/bus/usb/XXX/YYY nodes to successfully open a device. Use udev rules to configure these permissions.\n\n  #### File \"/etc/udev/rules.d/70-plugdev-usb.rules:\"\n  ```text\n  SUBSYSTEM==\"usb\", MODE=\"0660\", GROUP=\"plugdev\"\n  ```\n\n  After adding the rule, reload udev rules\n  ```bash\n  sudo udevadm control --reload\n  ```\n    ```bash\n  sudo udevadm trigger\n  ```\n\n- ### Build package\n  - #### CLI version:\n  ```bash\n  cargo run --package aegis2067usb\n  ```\n  - #### GUI version:\n  ```bash\n  cargo run --package gui\n  ```\n\n## RoadMap:\n\n- ### Macro Settings\n  | Function name | API | CLI | GUI |\n  |---------------|-----|-----|-----|\n  | Macro key     | -   | -   | -   |\n  | Single key    | -   | -   | -   |\n  | Media key     | -   | -   | -   |\n  | Function key  | -   | -   | -   |\n- ### LED Settings\n  | Function name     | API | CLI | GUI |\n  |-------------------|-----|-----|-----|\n  | Animation effects | +   | +   | -   |\n  | Animation speed   | +   | +   | -   |\n  | LED Brightness    | +   | +   | -   |\n- ### Other functions\n  | Function name               | API | CLI | GUI |\n  |-----------------------------|-----|-----|-----|\n  | Reset default configuration | +   | +   | -   |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogzone122%2Faegis-2067usb-custom-software","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogzone122%2Faegis-2067usb-custom-software","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogzone122%2Faegis-2067usb-custom-software/lists"}