Skip to content

Commit

Permalink
added new firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
dekuNukem committed Nov 18, 2020
1 parent a527cd6 commit bebf034
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 4 deletions.
13 changes: 13 additions & 0 deletions duckyscript_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ PAGEDOWN
DELETE
END
MENU
POWER
F1
F2
F3
Expand All @@ -151,6 +152,18 @@ F9
F10
F11
F12
F13
F14
F15
F16
F17
F18
F19
F20
F21
F22
F23
F24
(media keys)
MK_VOLUP
Expand Down
Binary file added firmware/duckypad_v0.11.0.dfu
Binary file not shown.
54 changes: 50 additions & 4 deletions firmware_updates_and_version_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,31 @@

## Latest Firmware

### 0.10.0
### 0.11.0

[Download Here](https://github.com/dekuNukem/duckyPad/raw/master/firmware/duckypad_v0.10.0.dfu)
[Download Here](https://github.com/dekuNukem/duckyPad/raw/master/firmware/duckypad_v0.11.0.dfu)

* Improved `HOLD` command performance
🆕 Added keymap file support for multiple keyboard layouts.

* Instead of hard-coded keyboard layouts, you can now download up to 8 keymap files to the SD card and use them on duckyPad.

* See [the updated guide](https://github.com/dekuNukem/duckyPad/blob/master/getting_started.md#using-the-duckypad-configurator) about loading keymaps to your duckyPad.

* See [this guide](https://github.com/dekuNukem/duckyPad/blob/master/keymap_instructions.md) about making your own keymaps.

🆕 Added extended ASCII character support.

* Now `STRING` command can type out characters like `§²µ¤³°ß` if they exist on the current keyboard layout.

🆕 Added support for dead keys.

* `STRING` command can now also use dead keys to type out characters with accents such as `òóôõö`.

🆕 Added German keyboard layout.

🆕 Added `F13` to `F24` keys.

🆕 Added `POWER` key.

## USB Firmware Updates

Expand Down Expand Up @@ -48,7 +68,7 @@ In the `Available DUF Devices` section at top left corner, you should see a `STM

Press the `Choose...` button and select a firmware file in `.dfu` format.

* [Click me](https://github.com/dekuNukem/duckyPad/raw/master/firmware/duckypad_v0.10.0.dfu) to download the latest firmware (v0.10.0)
* [Click me](https://github.com/dekuNukem/duckyPad/raw/master/firmware/duckypad_v0.11.0.dfu) to download the latest firmware (v0.11.0)

* ...or [scroll down](#firmware-version-history) for older firmware versions.

Expand Down Expand Up @@ -80,6 +100,32 @@ After completion, press **`RESET`** button (or power-cycle) to start using the n

## Firmware Version History

### 0.11.0

[Download Here](https://github.com/dekuNukem/duckyPad/raw/master/firmware/duckypad_v0.11.0.dfu)

🆕 Added keymap file support for multiple keyboard layouts.

* Instead of hard-coded keyboard layouts, you can now download up to 8 keymap files to the SD card and use them on duckyPad.

* See [the updated guide](https://github.com/dekuNukem/duckyPad/blob/master/getting_started.md#using-the-duckypad-configurator) about loading keymaps to your duckyPad.

* See [this guide](https://github.com/dekuNukem/duckyPad/blob/master/keymap_instructions.md) about making your own keymaps.

🆕 Added extended ASCII character support.

* Now `STRING` command can type out characters like `§²µ¤³°ß` if they exist on the current keyboard layout.

🆕 Added support for dead keys.

* `STRING` command can now also use dead keys to type out characters with accents such as `òóôõö`.

🆕 Added German keyboard layout.

🆕 Added `F13` to `F24` keys.

🆕 Added `POWER` key.

### 0.10.0

[Download Here](https://github.com/dekuNukem/duckyPad/raw/master/firmware/duckypad_v0.10.0.dfu)
Expand Down
Binary file modified sample_profiles.zip
Binary file not shown.

0 comments on commit bebf034

Please sign in to comment.