ReConf is a web-based configurator for ReLow series magnetic hall-effect keyboards. Built on top of hmkconf (GPL-3.0).
- Remap — Reassign keys per layer with full keycode support
- Actuation Point — Set per-key actuation points (0.1mm precision)
- Rapid Trigger — Configure per-key rapid trigger sensitivity
- Advanced Keys — SOCD null-bind, Dynamic Keystroke (DKS), Tap-Hold, Toggle
- Gamepad — XInput gamepad emulation with analog curve editor
- Switch Profile — Per-key switch type assignment for mixed-switch builds
- Calibration — Per-key bottom-out threshold calibration
- i18n — Japanese / English
- SvelteKit + Svelte 5
- Tailwind CSS v4
- Paraglide JS (i18n)
- WebHID API for device communication
- Deployed on Vercel
bun install
bun devOpen http://localhost:5173 in a Chromium-based browser (WebHID required).
bun run build
bun run previewVisit /demo to explore the UI without a physical keyboard connected.
GPL-3.0 — See LICENSE for details.
Based on hmkconf by peppapighs.