Skip to content

v1.9.0

Latest

Choose a tag to compare

@j1n6 j1n6 released this 11 Jun 15:54
· 1 commit to main since this release

What's Changed

  • New: Remaps A/B/X/Y/Select/Start in keypad mode to various keys not otherwise available on the keymap:
Key Gamepad mode Keyboard mode
A JS_0 (A) Execute (KC_EXECUTE)
B JS_1 (B) Stop (KC_STOP)
X JS_2 (X) System Request (KC_SYSTEM_REQUEST)
Y JS_3 (Y) Menu (KC_MENU)
Select JS_4 (Select) Select (KC_SELECT)
Start JS_5 (Start) Super (KC_LEFT_GUI)
  • New: Improving the precision and sensitivity of the trackball movement, also improve the diagonal movement speed.
  • Fix: D-pad axis losing state when opposing directions overlap
  • Fix: Removed the factory reset FN+C as it is purely for debugging and development purposes
  • Fix: Tap-hold behaviour issues: release early if other key are pressed; Restore the behaviour of modifier key + other key
  • Fix: Tap-hold toggle is mapped to Fn+ T + H, this prevent accidental toggles
  • Chore: Binary release can be compiled and built with make command
  • Chore: The build now has two separate versions of firmware:
    • default: come with full-featured firmware
    • no_tap_hold: tap hold feature is completely removed from this firmware

Full Changelog: v1.8.0...v1.9.0