Skip to content

Releases: picoruby/prk_firmware

🌈RGB names and 🎌Japanese keycodes

27 Oct 12:10
25b3660
Compare
Choose a tag to compare
Pre-release

Breaking Change 🌈

  • Amend names of RGB.effect
    • from :rainbow to :swirl
    • from :breathing to rainbow_mood

Improvements

  • Some keycodes for Japanese keyboard added. See pull/31. Thanks to @yoichiro
  • Improved startup stability. The startup time is increased, but be patient!

Update on Nov 16, 2021

  • Release binaries were removed due to #37 . Use 0.9.5.1 instead

Right side flipped split

24 Sep 09:40
e3a33ae
Compare
Choose a tag to compare
Pre-release

Improvement

  • Now you can use "Right side flipped split" keyboard (eg. Zinc). See pull/22. Thanks to @takkanm

Notes to contributors

  • A testing framework, mrubyc-test, was introduced. I encourage you to write tests when you contribute to PRK!
  • Though USB serial print was enhanced a little, it's still buggy🐛. I need someone to help me!

Fixes serial port bug and adds "Short keycode" symbols

17 Sep 00:41
Compare
Choose a tag to compare
  • 🐛Converts internally LF to CRLF on STDOUT so that almost all serial port clients work properly

  • 💪Abbreviated keycodes added. Things like KC_ENT for KC_ENTER. See bc23e52

  • Contributors:

Thank you!

Debug print on USB Serial Port

15 Sep 09:29
db349ad
Compare
Choose a tag to compare
Pre-release
  • You can see debug print on a "USB Serial Port" (so-called "COM Port" in Windows) that will be helpful if your keymap.rb doesn't work well

    Baud: 115200
    Data bits: 8
    Parity: None
    Stop bits: 1
    Flow control: None
    

Double pressing of RESET to reboot to BOOTSEL mode

12 Sep 09:11
Compare
Choose a tag to compare
  • RP2040 will reboot to BOOTSEL mode when you double-press RESET without detaching USB cable!

The first release🎉

09 Sep 16:15
0863eae
Compare
Choose a tag to compare
The first release🎉 Pre-release
Pre-release
  • You no longer need compiler toolchains like CMake and GCC
  • Just download the release binary and unzip it
  • Flash uf2 file into RP2040, then you'll find PRKFirmware drive mounted
  • Drag and drop your keymap.rb into PRKFirmware drive
  • Keyboard will automatically reboot and apply the new keymap