{"id":36967839,"url":"https://github.com/gorlix/my-adept","last_synced_at":"2026-01-13T20:46:44.507Z","repository":{"id":327817261,"uuid":"1110909247","full_name":"gorlix/my-adept","owner":"gorlix","description":"Un firmware QMK avanzato progettato per il trackball Ploopy Adept. Ottimizzato per power user Linux (KDE Plasma/Wayland), con un focus su navigazione fluida, controllo gestuale e precisione assoluta.","archived":false,"fork":false,"pushed_at":"2025-12-08T18:36:35.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-09T13:41:24.574Z","etag":null,"topics":["adept","kde","mouse","ploopy","qmk"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gorlix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-05T23:04:52.000Z","updated_at":"2025-12-08T18:36:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gorlix/my-adept","commit_stats":null,"previous_names":["gorlix/my-adept"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/gorlix/my-adept","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorlix%2Fmy-adept","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorlix%2Fmy-adept/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorlix%2Fmy-adept/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorlix%2Fmy-adept/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gorlix","download_url":"https://codeload.github.com/gorlix/my-adept/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorlix%2Fmy-adept/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28399982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: 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":["adept","kde","mouse","ploopy","qmk"],"created_at":"2026-01-13T20:46:43.863Z","updated_at":"2026-01-13T20:46:44.502Z","avatar_url":"https://github.com/gorlix.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ploopy Adept - Advanced Firmware\n\nAn advanced QMK firmware designed for the **Ploopy Adept** trackball.\nOptimized for **Linux (KDE Plasma/Wayland)** power users, focusing on fluid navigation, gesture control, and absolute precision.\n\n## Key Features\n\n### Advanced Motion Engine\n- **Quadratic Acceleration**: Replaces standard linear acceleration with a custom quadratic curve (`speed^2`).\n    - *Low Speed*: Ultra-precise 1:1 tracking for pixel-perfect editing.\n    - *High Speed*: Exponential boost allowing you to cross 4K screens with a single \"flick\".\n- **Base 1600 CPI**: Native high-resolution logic for maximum responsiveness.\n\n### Smooth High-Resolution Scrolling\n- **Float Accumulators**: Scroll calculations use floating-point math for sub-pixel precision.\n- **Tuned Sensitivity**: Calibrated to **0.9x** (independent of cursor DPI), ensuring \"buttery smooth\" web navigation.\n- **Omnidirectional Scrolling**:\n    - Full support for 2D scrolling (Simultaneous Vertical and Horizontal).\n    - Unlocked axes for natural diagonal movement.\n\n### Gesture Controls \u0026 Zoom\n- **Fluid Zoom / Pinch Emulation**:\n    - Hold **Top Left** to enter Zoom Mode.\n    - Emulates `Ctrl + Shift + Scroll` (Standard Libinput Pinch Zoom).\n    - Works natively in browsers (Firefox/Chrome) and design apps for real fluid zooming.\n    \n### Desktop \u0026 Media Navigation\n- **Desktop Switcher**: Hold **Bot Right** (`NAV`) and flick the ball Left/Right to switch virtual desktops (Standard KDE shortcuts).\n- **Mission Control**: Hold `NAV` and flick Up/Down for window overview.\n- **Activity Switching**: Click once then Hold **Bot Right** (`NAV`) and flick Up/Down (`Meta+A` / `Meta+Shift+A`).\n- **Media Mode**: Hold **Top Right** (`MEDIA`) to control Volume (Up/Down) or Brightness (Left/Right) via ball movement.\n\n---\n\n## 🆚 Differences vs Base Firmware\n\nThis keymap introduces significant logic changes compared to the stock Ploopy firmware:\n\n| Feature | Base Firmware | **This Custom Firmware** |\n| :--- | :--- | :--- |\n| **Acceleration** | Custom QMK Accel or None | **Quadratic Curve** (Math-based `v^2`) for distinct low/high speed profiles. |\n| **Drag Scroll** | Standard QMK (Integer based, Axis Locking) | **Float-based Omnidirectional**: Smoother, supports diagonal scrolling, uses accumulators for high-res feel. |\n| **Zoom** | Button Mapped or Key combo | **Ball-driven Zoom**: Turns the trackball into a precision zoom dial. |\n| **Navigation** | Buttons | **Gesture Based**: Uses ball flicks for Desktop/Window management. |\n| **Media Control**| Buttons / Layer | **Gesture Based**: Uses ball movement for intuitive Volume/Brightness control. |\n| **Layout** | Static Layers | **Tap-Dance Heavy**: Buttons perform dual roles (Tap/Hold/Double-Tap) to maximize the 6-button layout. |\n\n---\n\n## Button Layout\n\n| Position | Label | Tap (Click) | Hold (Function) | Double Tap |\n| :--- | :--- | :--- | :--- | :--- |\n| **Top Left** | `ZOOM` | Middle Click | **Zoom Mode** | - |\n| **Mid Left** | `SCROLL` | Middle Click | **Drag Scroll Mode** | **Home** (2x) / **End** (3x) |\n| **Bot Left** | `LMB` | Left Click | - | - |\n| **Top Right** | `MEDIA` | Back (Btn 4) | **Media Layer** | **Playback Layer** |\n| **Mid Right** | `RMB` | Right Click | - | - |\n| **Bot Right** | `NAV` | - | **Desktop Nav** | **Activity Nav** (Click + Hold) |\n\n### Playback Layer (Top Right 2x)\nDedicated controls for video/music consumption.\n- **Ball**: Standard Cursor.\n- **Top Left**: Rewind 10s.\n- **Mid Right**: Forward 10s.\n- **Bot Left**: Play/Pause.\n- **Top Right**: Exit Layer.\n\n---\n\n## Technical Details\n\n- **Poll Rate**: 1ms (1000Hz) for instant response.\n- **Math Library**: Uses `\u003cmath.h\u003e` for complex acceleration curves.\n- **Wayland Optimization**: Tuned specifically for high-resolution scroll events in Wayland compositors.\n\n## Compiling\n\nThis firmware includes complex C logic. Compile using the standard QMK CLI:\n\n```bash\nqmk compile -kb ploopyco/madromys -km gorlix\n```\n\n*Note: Requires QMK Firmware 0.22+*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgorlix%2Fmy-adept","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgorlix%2Fmy-adept","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgorlix%2Fmy-adept/lists"}