DAEMONPADby MAGEN7A
MAGEN7A · v1.0.0 · Windows

Shatteryour skill ceiling.

Universal Windows controller-to-keyboard remapper. Flagship deadzone engine, humanized turbo, plug-and-play presets.Fully local. No telemetry. No accounts.

≤ 2ms
Input latency
1000 Hz
Polling rate
5–15 MB
.exe footprint
0
Telemetry bytes
The Arsenal

Every input. Every game. Every key.

DAEMONPAD is a spiritual successor to JoyToKey rebuilt as a 5–15MB Tauri+Rust binary. Every feature listed below ships on day one.

Universal Remapping

Bind every button, trigger and stick to keyboard, mouse, macro or SHIFT layer. Works with every Windows game and app.

Flagship Deadzone Engine

Raw input level Circle · Square · Cross · Ring with inner+outer + Bezier curves. Overrides Steam, game, and system defaults.

Humanized Turbo

Target CPM + variance with drift correction. Each press looks human-random; pattern detection finds nothing.

SHIFT Layers + Aliases

Up to 8 SHIFT layers per profile. Virtual button aliases for two-button combos. Hold, toggle, or rotation modes.

Auto-Profile Switching

Per-app rules with priority ordering. Optional rumble on switch. CLI control via --profile flag.

Local-First, Always

Zero telemetry, zero accounts, zero mandatory internet. Every feature except the store works fully offline.

Streamer Overlay

Transparent, click-through, always-on-top input feed. Per-button highlights. Drag-to-position, opacity, scale.

Preset Marketplace

Browse, download, install signed .daemonpad presets from inside the app. Open creator program coming soon.

§ 9 · Deadzone Engine

Override Steam. Override the game. Override the OS.

The flagship differentiator. A dedicated tab with raw-input-level shape control — Circle, Square, Cross, Ring — plus Bezier curves applied post-deadzone. JoyToKey gives you one slider. DAEMONPAD gives you the whole laboratory.

Live · Left Stick · Slot 1
Inner DZ
0.18
Outer DZ
0.92
Raw X
0.000
Raw Y
0.000
Out X
0.000
Out Y
0.000

Pipeline applies your shape at raw axis level, rescales the live zone to 0.0–1.0, then runs your Bezier curve on top. Steam Input conflict detection ships with a built-in banner that links to the offline fix doc.

RAW 0.00 / 0.00OUT 0.00 / 0.00
Capturing 1000 Hz
Shape · CIRCLELatency · 1.2 ms
§ 10 · Humanized Turbo

Fire at human cadence. Bypass pattern detection.

Set a target clicks-per-minute. The engine pulls each press from a clipped uniform jitter window with drift correction. Over 60 seconds the average lands within ±1 CPM — no two consecutive intervals are ever equal.

Turbo Engine
Target CPM120/min
Variance20%
Base interval
500.0 ms
Effective CPM
120 /min
Min CPM
100 /min
Max CPM
150 /min
Live Intervals (last 12)
ms · realtime
Warming up the engine...

Each press = base + clipped uniform jitter. Drift accumulator pulls subsequent jitter the other way so the rolling average lands on target. No PRNG re-seed mid-session — pattern never repeats.

§ 12 · Preset Marketplace

Six signed bindings. Ship-ready. Day-one.

Every install includes six MAGEN7A-signed .daemonpad presets — original, immutable, HMAC-verified. Browse the full marketplace inside the app once you're online.

Signed

DAEMONPAD Default

Universal layout · any game, any app

  • WASD on Left Stick
  • Mouse on Right Stick
  • Arrow keys on D-pad
FreeBundled
Signed

FPS Pro Pack

Optimised competitive layout · 3 SHIFT layers

  • ADS / Fire on triggers
  • Weapon slots on D-pad
  • LB+RB alias: Flashlight
FreeBundled
Signed

Racing

Analog throttle, brake, nitro

  • Throttle / Brake on Y axis
  • Handbrake on LT
  • Nitro on RT
FreeBundled
Signed

RTS

Mouse + scroll + modifier holds

  • Cursor on Left Stick
  • Wheel on Right Stick
  • Ctrl / Shift on triggers
FreeBundled
Signed

Accessibility

Full desktop nav via controller

  • Drag support on LS Click
  • Right click on B
  • Win key on LB
FreeBundled
Signed

Desktop

Media keys, snap layouts, browser

  • Volume on triggers
  • Snap windows on D-pad
  • Alt+F4 on Select
FreeBundled
§ 14 · The Receipts

DAEMONPAD versus the elder god.

JoyToKey has been the standard for two decades. We respect the lineage. We also brought napalm.

Feature
MAGEN7A DAEMONPAD
JoyToKey 7.x
Deadzone Engine
Full tab · Circle/Square/Cross/Ring · raw input · Bezier
Single numeric slider
Turbo Engine
CPM target · humanizer · drift correction · interval preview
Not available
Visual Controller Map
Interactive SVG · live highlights · click-to-edit
Plain spreadsheet list
Macro Safety
Mandatory non-dismissible ban warning · official presets are 1:1 only
Macros with no warnings
Preset Marketplace
In-app browser · signed .daemonpad · one-click install
Not available
Streamer Overlay
Transparent · click-through · per-button highlights
Not available
Auto-Profile
Path + title · priority ordering · rumble on switch
Basic exe match only
Architecture
Zero telemetry · zero accounts · zero cloud
Periodic license validation
UI
Glassmorphism · 4 theme variants
Windows XP-era · no theming
Auto-Update
Silent background via Tauri updater
Not available
Portable Mode
Auto-detected · zero config
Manual
§ 4 · Built On

Tauri 2. Rust. Bun. Zero npm.

A native Windows binary built like a piece of demolition gear. The whole stack was picked for raw speed, memory safety, and the smallest possible distribution footprint.

5–15 MB
.exe footprint

Tauri 2 + Rust beats Electron by 10×. No bundled Chromium. WebView2 used directly.

≤ 2 ms
P99 input latency

gilrs 1000Hz polling thread, Rust deadzone math, SendInput() direct. Zero V8 hops in the hot path.

0 bytes
telemetry sent

No remote crash reporting. Logs live on disk. Every feature except the store works fully offline.

Offline-OK
store excluded

Last-fetched catalog cached for 7 days. Download buttons gracefully disable offline.

Memory-safe
Rust core

No GC pauses. No null derefs. Panics caught and surfaced as a UI banner — engine never crashes the app.

CLI-ready
scriptable

--profile, --import, --mute, --overlay, --export. Single-instance enforcement via Tauri plugin.