Skip to content

Commit

Permalink
Update the firmware files we ship with
Browse files Browse the repository at this point in the history
Artifacts downloaded from keyboardio/Chrysalis-Firmware-Bundle@v0.91.1.

## Build Information

| Architecture | Core                                                                               |
|:-------------|:-----------------------------------------------------------------------------------|
| AVR          | keyboardio/Kaleidoscope-Bundle-Keyboardio@f5c4ba0 |
| GD32         | keyboardio/ArduinoCore-GD32-Keyboardio@062f5ca    |

### Libraries

| Library                   | Link                                                                          |
|:--------------------------|:------------------------------------------------------------------------------|
| KeyboardioHID (avr)       | keyboardio/KeyboardioHID@1caab9b             |
| KeyboardioHID (gd32)      | keyboardio/KeyboardioHID@1caab9b             |
| Kaleidoscope              | keyboardio/Kaleidoscope@90abb32              |
| Chrysalis-Firmware-Bundle | keyboardio/Chrysalis-Firmware-Bundle@b7d025c |

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
  • Loading branch information
algernon committed May 5, 2023
1 parent 525491e commit f4aff36
Show file tree
Hide file tree
Showing 8 changed files with 7,813 additions and 7,820 deletions.
2,953 changes: 1,474 additions & 1,479 deletions static/EZ/ErgoDox/default.hex

Large diffs are not rendered by default.

3,391 changes: 1,692 additions & 1,699 deletions static/Keyboardio/Atreus/default.hex

Large diffs are not rendered by default.

3,355 changes: 1,671 additions & 1,684 deletions static/Keyboardio/Model01/default.hex

Large diffs are not rendered by default.

Binary file modified static/Keyboardio/Model100/default.bin
Binary file not shown.
2,928 changes: 1,461 additions & 1,467 deletions static/SOFTHRUF/Splitography/default.hex

Large diffs are not rendered by default.

2,958 changes: 1,476 additions & 1,482 deletions static/Technomancy/Atreus/default.hex

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions static/build-info.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
version: 0.91.0+68
build: 68
version: 0.91.1+74
build: 74

dependencies:
cores:
avr: keyboardio/Kaleidoscope-Bundle-Keyboardio@7f6008abcc8ada3bca57897efa7520750a70d115
gd32: keyboardio/ArduinoCore-GD32-Keyboardio@c37a17a3c7e4b034ea5dbe868ec0ebf308da9ad9
avr: keyboardio/Kaleidoscope-Bundle-Keyboardio@f5c4ba0b32b301c1b0846bbce935b49c1d5dc2c9
gd32: keyboardio/ArduinoCore-GD32-Keyboardio@062f5cab65a42e0c9faf1b39faa2dbf5d2dd86c0
libraries:
avr:
- keyboardio/KeyboardioHID@5a56f73deb23e00ae9f79aaf7cf06095edfbedc9
- keyboardio/KeyboardioHID@1caab9b6fd6d28f96d00d733f5c62eaef3c9c217
gd32:
- keyboardio/KeyboardioHID@5a56f73deb23e00ae9f79aaf7cf06095edfbedc9
- keyboardio/KeyboardioHID@1caab9b6fd6d28f96d00d733f5c62eaef3c9c217
common:
- keyboardio/Kaleidoscope@27d07042f8b4e31d977569d99857f7007e94e8a5
- keyboardio/Chrysalis-Firmware-Bundle@cd0fef367f335f82382d77f1980bc0c79c63bd21
- keyboardio/Kaleidoscope@90abb32cc9eee25fa32560528e4b7b52d6441c6d
- keyboardio/Chrysalis-Firmware-Bundle@b7d025c0c13db313c3704e80d86f526f60d2d315

firmware:
Keyboardio:
Expand Down
32 changes: 31 additions & 1 deletion static/firmware-changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
Chrysalis-Firmware-Bundle 0.91.1
================================
Released on 2023-05-05

This release brings a large set of bugfixes, for every keyboard. Upgrading is
highly recommended.

A number of fixes were implemented to make Kaleidoscope-powered keyboards work
better with some UEFIs and BIOSes, and to conform to the HID specification more
closely. This should make the keyboards work in - hopefully - all BIOSes and
UEFIs, and other situations where N-key rollover isn't usable.

Also fixed an issue where events were occasionally dropped when using secondary
actions, causing all kinds of weird issues, including - but not limited to -
stuck keys.

During Macro playback, OneShot keys are no longer released prematurely.

Improved how locked and shifted layers interact, making it possible to put a
lock layer key on a layer that is accessed by a momentary layer shift (as
opposed to a layer lock or toggle). Previously, toggling the locked layer on
worked, but it couldn't be toggled off with a single tap, because the shifted
layer would be on top when the locked one was enabled. This now works properly,
and the locked layer can be toggled off with a single tap.

Keyboardio Model 100
--------------------

Rearranged the order of plugins, so that SpaceCadet and secondary actions play
nicely together.

Chrysalis-Firmware-Bundle 0.91.0
================================
Released on 2022-10-26
Expand All @@ -14,7 +45,6 @@ Keyboardio Atreus
The firmware now correctly sets up the desired `SpaceCadet` mode, and no longer
forces it off every time it is plugged in.


Chrysalis-Firmware-Bundle 0.90.6
================================
Released on 2022-10-22
Expand Down

0 comments on commit f4aff36

Please sign in to comment.