Skip to content

Commit

Permalink
firmware 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed Jul 17, 2023
1 parent 239c2a4 commit fdf4e79
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,22 @@ features planned for a future firmware version:
release notes
-------------

### firmware [1.4](https://github.com/delan/usb3sun/releases/tag/1.4) (2023-07-17)

* [pio_pkg_list.txt](https://github.com/delan/usb3sun/blob/1.4/pio_pkg_list.txt) = dependency tree at time of release
* **fixed a serious bug** where opening the settings menu can make the adapter start releasing keys at the wrong times
* **fixed a serious bug** where special key bindings (Right Ctrl) can get stuck down if Right Ctrl is released early
* you can now press special key bindings (Right Ctrl) together with other modifiers (e.g. [Shift+Undo](https://docs.oracle.com/cd/E19683-01/806-7612/startup-tbl-5/index.html) for Redo)
* improved performance of keyboard processing — this reduces the latency of key presses by up to 90 µs

you should update your firmware if you have any of the following symptoms:

* modifiers like Shift stop working after closing the settings menu
* modifiers like Shift appear to have a delayed effect after closing the settings menu
* when a key gets stuck down, it remains stuck even after pressing and releasing another key

you can also work around these bugs by resetting the adapter.

### firmware [1.3](https://github.com/delan/usb3sun/releases/tag/1.3) (2023-07-16)

* [pio_pkg_list.txt](https://github.com/delan/usb3sun/blob/1.3/pio_pkg_list.txt) = dependency tree at time of release
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lib_deps =
https://github.com/adafruit/Adafruit_SSD1306.git#2.5.7
https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git#2.0.1
https://github.com/sekigon-gonnoc/Pico-PIO-USB.git#0.5.2
build_flags = -DUSB3SUN_VERSION=\"1.3\" -DUSE_TINYUSB -DCFG_TUSB_CONFIG_FILE=\"C:/Users/delan/code/usb3sun/tusb_config.h\" ; -DCFG_TUSB_DEBUG=3
build_flags = -DUSB3SUN_VERSION=\"1.4\" -DUSE_TINYUSB -DCFG_TUSB_CONFIG_FILE=\"C:/Users/delan/code/usb3sun/tusb_config.h\" ; -DCFG_TUSB_DEBUG=3
board_build.f_cpu = 120000000L
board_build.filesystem_size = 64k
; build_type = debug
Expand Down

0 comments on commit fdf4e79

Please sign in to comment.