<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://plover.wiki/index.php?action=history&amp;feed=atom&amp;title=Plover_HID</id>
	<title>Plover HID - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://plover.wiki/index.php?action=history&amp;feed=atom&amp;title=Plover_HID"/>
	<link rel="alternate" type="text/html" href="https://plover.wiki/index.php?title=Plover_HID&amp;action=history"/>
	<updated>2026-05-23T21:54:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://plover.wiki/index.php?title=Plover_HID&amp;diff=175&amp;oldid=prev</id>
		<title>Lynn: create article</title>
		<link rel="alternate" type="text/html" href="https://plover.wiki/index.php?title=Plover_HID&amp;diff=175&amp;oldid=prev"/>
		<updated>2024-02-12T20:17:54Z</updated>

		<summary type="html">&lt;p&gt;create article&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The &amp;#039;&amp;#039;&amp;#039;Plover HID&amp;#039;&amp;#039;&amp;#039; protocol is an alternative protocol for steno keyboards to communicate with steno software, using the common HID (Human Interface Device) standard for mice, keyboards, game controllers, et cetera.&lt;br /&gt;
&lt;br /&gt;
It is implemented by the [https://github.com/dnaq/plover-machine-hid plover-machine-hid Plover plugin].&lt;br /&gt;
&lt;br /&gt;
Notably, it sends packets for each key-up or key-down event, unlike the [[Gemini PR]] or [[TX Bolt]] protocols which only send a packet after a chord is completely released. This allows the plugin to support features such as [[first-up chord send]] or [[auto-repeat]].&lt;br /&gt;
&lt;br /&gt;
== Using Plover HID ==&lt;br /&gt;
If your steno board supports [[Javelin]], you can use the [https://lim.au/#/software/javelin-steno firmware builder] to get a version of the Javelin firmware that outputs Plover HID:&lt;br /&gt;
# At the top of the page, enable &amp;#039;&amp;#039;&amp;#039;Show expert options&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
# Under &amp;#039;&amp;#039;&amp;#039;Keymap&amp;#039;&amp;#039;&amp;#039;, click the &amp;#039;&amp;#039;&amp;#039;Edit&amp;#039;&amp;#039;&amp;#039; button next to &amp;quot;Script: OK, xxx bytes&amp;quot;&lt;br /&gt;
# Find the line that says &amp;lt;code&amp;gt;console(&amp;quot;set_steno_mode &amp;lt;b&amp;gt;gemini&amp;lt;/b&amp;gt;&amp;quot;);&amp;lt;/code&amp;gt;&lt;br /&gt;
# Replace it with &amp;lt;code&amp;gt;console(&amp;quot;set_steno_mode &amp;lt;b&amp;gt;plover_hid&amp;lt;/b&amp;gt;&amp;quot;);&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now the four corner keys on your board switch between embedded steno and Plover HID output.&lt;br /&gt;
&lt;br /&gt;
To install the [https://github.com/dnaq/plover-machine-hid plover-machine-hid plugin], see [[Installing plugins]]. Then select &amp;quot;Plover HID&amp;quot; under &amp;quot;Machine&amp;quot; in Plover.&lt;br /&gt;
&lt;br /&gt;
== Specification ==&lt;br /&gt;
Devices using the Plover HID protocol can be recognized by &amp;lt;code&amp;gt;usagePage = 0xFF50&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;usage = 0x4C56&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
They send input reports with report ID 80 (&amp;lt;code&amp;gt;0x50&amp;lt;/code&amp;gt;) followed by an 8-byte body. The body is a 64-bit bitmask representing the state of the standard English steno keys &amp;lt;code&amp;gt;S- T- K- P- W- H- R- A- O- * -E -U -F -R -P -B -L -G -T -S -D -Z #&amp;lt;/code&amp;gt;, followed by extra keys &amp;lt;code&amp;gt;X1&amp;lt;/code&amp;gt; through &amp;lt;code&amp;gt;X26&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
For example, when &amp;lt;code&amp;gt;S-&amp;lt;/code&amp;gt; is pressed down, the device reports &amp;lt;code&amp;gt;80 00 00 00 00 00 00 00&amp;lt;/code&amp;gt; (in hexadecimal). Then when &amp;lt;code&amp;gt;T-&amp;lt;/code&amp;gt; is additionally pressed it reports &amp;lt;code&amp;gt;c0 00 00 00 00 00 00 00&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [https://github.com/dnaq/plover-machine-hid/blob/main/README.md The specification in the plover-machine-hid README]&lt;br /&gt;
* [https://lim.au/#/software/plover-hid Plover HID Inspector], for debugging.&lt;br /&gt;
* [https://foldr.moe/plover-hid-display Plover HID Display], a web-based live keyboard display tool.&lt;/div&gt;</summary>
		<author><name>Lynn</name></author>
	</entry>
</feed>