Skip to content

Releases: chrisandreae/keyboard-firmware

v1.1.3

18 May 02:41
f00ef2d
Compare
Choose a tag to compare

Nix build support
KeyboardClient: deploy a Linux AppImage

v1.1.2

21 Mar 06:25
Compare
Choose a tag to compare

Changelog since 1.1.1:

Automated builds
GUI client improvements and integrated compiler
Ruby library is now a gem
Minor fix to matrix scanning.

1.1.1

20 Jun 11:44
Compare
Choose a tag to compare

Binary releases: flash the appropriate binary onto your device, enjoy.

Caveat for Windows: To use the GUI client on Windows, you must first install a generic USB driver to allow libusb to access the device. An easy tool for doing this is zadig.exe. This will however prevent Windows from using the usb interface with that driver as HID input (that is to say, either typing (Interface 0) or mouse movement (Interface 1) will be lost). A future version of the firmware will address this by using HID feature reports instead of vendor requests.

Changelog since 1.0.0:

  • Allow HID usages >0x65 (used in international keyboards).

1.1.0 - Ergodox support

17 Feb 03:05
Compare
Choose a tag to compare

Binary releases: flash the appropriate binary onto your device, enjoy.

Caveat for Windows: To use the GUI client on Windows, you must first install a generic USB driver to allow libusb to access the device. An easy tool for doing this is zadig.exe. This will however prevent Windows from using the usb interface with that driver as HID input (that is to say, either typing (Interface 0) or mouse movement (Interface 1) will be lost). A future version of the firmware will address this by using HID feature reports instead of vendor requests.