
Two very different radios
Wireless keyboards use one of two approaches. Bluetooth Low Energy is a standardised protocol supported by every modern computer, phone and tablet with no dongle required, and it is designed above all for low power consumption. A proprietary 2.4 GHz link uses a USB receiver and a private protocol, which lets the manufacturer choose a faster, more consistent transmission schedule at the cost of needing a spare port and a dongle you can lose.
The difference is architectural rather than a matter of quality. Bluetooth negotiates a connection interval, and the operating system has substantial influence over it, so the effective report rate varies between machines and can change with system load. A 2.4 GHz receiver presents itself as an ordinary USB HID device and reports on a fixed schedule the manufacturer controls. That predictability is the real advantage, more than headline latency numbers.
How much latency actually exists
Total latency is the sum of the matrix scan, debounce, radio transmission and host processing. Debounce alone is typically five to eight milliseconds and applies equally to wired boards, so it is the largest single term in most configurations. A well-implemented 2.4 GHz link adds roughly one to four milliseconds. Bluetooth Low Energy at a typical connection interval adds something in the range of seven to fifteen milliseconds, sometimes more when the host is busy or the link is congested.
For typing, none of this is perceptible; human keystroke variability is an order of magnitude larger. For competitive gaming the 2.4 GHz option is genuinely preferable, though the honest framing is that it removes a small inconsistency rather than delivering a decisive advantage. Where Bluetooth does frustrate people is reconnection delay after idle sleep — a noticeable pause on the first keypress, which some firmware mitigates with a shorter sleep timeout at the cost of battery.
Battery sizing and realistic life
Battery life depends far more on lighting than on the radio. A typical wireless custom draws a small current for scanning and transmission, and per-key RGB can draw twenty to fifty times that when running at full brightness. A board rated for months with lighting off can easily fall to a handful of hours with lighting on. If long life matters, choose a board without per-key RGB or accept that you will keep it disabled.
Capacity is measured in milliamp-hours, and typical custom boards carry between 1000 and 4000. Larger cells mean more thickness or a heavier case, and lithium cells impose safety requirements: a protection circuit, a proper charging controller, and no unsupervised charging of a damaged pack. Buy assembled battery packs with integrated protection rather than bare cells, and never charge a pack that is swollen, punctured or has been crushed during assembly.
Building wireless yourself
Wireless custom PCBs generally run ZMK rather than QMK, because ZMK was built around low-power microcontrollers with integrated radios. Configuration happens through a repository file and a build pipeline rather than a live editing app, which is a real workflow difference: changing a keymap means editing, committing and flashing rather than clicking. Feature coverage is good for the common cases but thinner than QMK for exotic behaviours.
Physically, you need space for the pack and a safe route for its wires. Route them away from the plate and from any screw boss, secure them with tape so they cannot migrate into a switch pin, and check clearance before closing the case. Many wireless PCBs also support wired operation, which is worth confirming — a board that can fall back to USB is far less annoying when the battery dies mid-task, and it lets you use a nice cable when the board is stationary.
Deciding whether it is worth it
Wireless makes sense if you move the board between devices or desks, if you value a clean surface with no cable, or if you use the same keyboard with a tablet. It costs more, adds weight, introduces charging as a maintenance task, and narrows your choice of kits considerably since most enthusiast group buys are wired only. Those trade-offs are worth accepting for genuine mobility and rarely worth it for a board that never leaves one desk.
If you stay wired, invest the difference in a good cable instead. A well-made detachable cable with an aviator connector removes the strain on the port that kills so many boards, and getting the length right keeps the desk tidy without tension on the connector. Our cable length calculator works out the run from your port to your board position including slack, and the cost calculator will show you exactly what the wireless premium buys in your specific configuration.
Whichever way you go, confirm one detail before purchase: whether the board supports simultaneous charging and use, and whether it exposes a hardware switch to cut the radio entirely. Boards that must be unplugged to run on battery, or that keep the radio awake permanently, are noticeably more annoying to live with than the specification sheet suggests. A physical off switch also solves the pairing confusion that appears when a board is in range of two devices it knows. These are small conveniences individually, but they are the ones you interact with daily, and they matter far more over a year than a two-millisecond latency difference ever will.