Skip to content

Latest commit

Β 

History

History
343 lines (172 loc) Β· 10.3 KB

firmware_updates_and_version_history.md

File metadata and controls

343 lines (172 loc) Β· 10.3 KB

duckyPad Firmware Updates and Version History

Get duckyPad | Official Discord | Getting Started | Table of Contents


Latest Firmware

1.3.0 (July 2 2023)

πŸ‘‰πŸ‘‰ Download Here

🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨

Make sure to use the LATEST CONFIGURATOR with this update!

🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨

πŸ†• Added _TIME_S reserved variable

🐞 Fixed laggy EMUK

🐞 Fixed EMUK n-key rollover not working

🐞 Fixed pad crashing when changing profile under certain circumstances

πŸ’­ As usual, Let me know if you encounter any issues.

USB Firmware Update

Enter DFU Mode

Locate the DFU button:

Alt text

  • Make sure duckyPad is unplugged.

  • Hold down DFU button while plugging it into a computer.

  • Once plugged in, you can release the button.

If all went well, the backlight and display should stay off.

Windows

Download and install the STM32 DfuSe tool from this repo.

(You can also get it from official website, but requires creating an account.)

Launch DfuSeDemo:

Alt text

In Available DFU Devices, you should see a STM Device in DFU Mode.

Alt text

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

  • Click me to download the latest firmware (v1.3.0)

  • ...or scroll down for older firmware versions.

Alt text

Press Upgrade button to start uploading.

Alt text

It should only take a few seconds! Try using a USB hub if it is particularly slow.

Alt text

After completion, press RESET button (or power-cycle) to start using the new firmware.

macOS / Linux

Using terminal, install dfu-util with a package manager. For macOS you can use Brew:

brew install dfu-util

Hold DFU button and connect duckyPad, then run:

dfu-util --device ,0483:df11 -a 0 -D /path/to/duckypad_firmware.dfu

After completion, press RESET button (or power-cycle) to start using the new firmware.

Firmware Version History

πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡

Download Old Firmwares Here

☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️

1.2.0 (May 3 2023)

πŸ†• duckyScript 3 support!

πŸ†• Variables, IF statements, WHILE loops, functions, and more.

πŸ†• Print to OLED screen

πŸ†• Read button status

πŸ†• Improved performance

🐞 Assorted bug fixes

πŸ’­ As usual, Let me know if you encounter any issues.

0.21.0 (Nov 23 2022)

πŸ†• Renamed HOLD to EMUK for compatibility with duckyScript 3

πŸ†• Added Japanese input mode keys

πŸ†• Added JIS keymap

🐞 Minor bug fixes

0.20.2 (Oct 28 2022)

πŸ†• Added STRINGLN command. Same as STRING but presses enter key at the end.

🐞 Fixed a bug that causes unresponsive keys.

0.20.1 (Jul 21 2022)

πŸ†• LOOP state and RGB LED color is now persistent across profile switches and reboots!

πŸ†• Added LCR command to reset loop counter.

πŸ†• Shortened profile switching animation even more!

0.19.8 (Dec 23 2021)

πŸ†• Shortened profile switching animation, feels much more snappy now!

πŸ†• Added sleep status byte in HID info packet.

πŸ†• Added a new HID command to put duckyPad to sleep

🐞 Fixed a configuration error that prevented F13-F24 keys from working under Linux.

0.19.1

πŸ†• Configure duckyPad via USB WITHOUT taking out SD card! Click me for details.

πŸ†• Added KEYUP and KEYDOWN commands for holding keys

0.18.0

πŸ†• Mouse support! Click me for details.

πŸ†• Profile auto-switching support! Switch profiles automatically based on currently active window!

πŸ†• Two-way HID communication support! Write your own software to control duckyPad!

0.17.0

  • LOOP counter will no longer reset during sleep.

  • Key colour changes will also now persist through sleep.

  • MENU key now works properly.

0.16.0

  • Added COMMAND and OPTION aliases for macOS.

  • Added support for right-side modifier keys, such as RCTRL, RSHFIT, RALT, etc.

  • Click me to learn more.

0.15.0

  • Added DP_SLEEP command to make duckyPad to go sleep.

  • Added PREV_PROFILE, NEXT_PROFILE, and GOTO_PROFILE commands for profile switching.

  • Fixed a bug, F13 - F24 keys should work properly now.

0.14.0

  • Added attributions and metadata in keymap files, updated firmware to handle them.

  • Added support for cedilla deadkey in keymaps.

0.13.0

  • Added SWCOLOR command to change the colour of a key inside a script.

  • Read about its usage here.

0.12.1

  • Fixed an issue of key sticking with HOLD command.

0.12.0

  • Added an experimental LOOP command, allowing cycling through different actions on the same key.

  • Read about its usage here.

0.11.3

  • Fixed a bug that prevented HOLD command from working on the very first press.

0.11.2

  • Fixed a bug in keymap parser to allow SHIFT and AltGr to be pressed simultaneously.

0.11.1

  • Increased maximum simultaneous key presses to 6.

  • Now you can type alt codes like ALT KP_0 KP_1 KP_9 KP_7.

  • Using duckyPad as a WASD gamepad with HOLD command becomes more viable too.

0.11.0

πŸ†• 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 about loading keymaps to your duckyPad.

  • See this guide 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

  • Improved HOLD command performance

0.9.0

  • Added profile quickswitching

  • Hold down + button and jump between profiles

0.8.0

  • Added HOLD command, where duckyPad will hold a key when you press it, and release only when you release it.

  • See this guide for details.

  • This command makes it behave more like a traditional keyboard.

  • You can use this command to turn duckyPad into a WASD game pad for example.

  • Adjusted configuration file structure. You might need to set your keyboard layout again.

0.7.0

  • Added support for numpad keys. See this guide for details.

0.6.0

  • Added support for AZERTY (French), AZERTY (Belgium), and Dvorak layout.

  • HOLD DOWN TOP LEFT KEY while PLUGGING IT IN to switch layouts.

  • Some behind-the-scene optimisation

0.5.0

  • Added RGB LED brightness adjustment

  • Hold down +/- button to change brightness

0.4.0

  • Added support media keys (volume up/down, play/pause, mute, prev/next track, etc)

  • More details.

0.3.0

  • Added support for MENU key (the 'right click' key on windows keyboard that no one uses).

  • Increased max number of profiles to 32.

0.2.1

  • duckyPad now store its firmware version on SD card, so PC app can check for updates.

0.2.0

Major update. New features and optimisations.

  • You can now use symbols like ?*<>/\ in key names.

  • Significantly increased profile switching speed.

  • Added sleep mode. Your duckyPad can now turn off after a configurable delay. Press any key to wake it up.

  • Other minor fixes

0.1.0

Initial Release

Table of Contents

Main page

Getting Started Guide

Kit Assembly Guide

Using duckyScript | duckyScript 3 Info

Common issues / Troubleshooting

Firmware Updates and Version History

Make Your Own Keymap

Build a duckyPad Yourself

Kickstarter Backer Acknowledgments

Questions or Comments?

Please feel free to open an issue, ask in the official duckyPad discord, DM me on discord dekuNukem#6998, or email dekuNukem@gmail.com for inquires.