jackhumbert / pinebook-pro-keyboard-updater

A keyboard/touchpad firmware and updater for the Pinebook Pro
78 stars 11 forks source link

F3 key still broken? #15

Closed prokrypt closed 4 years ago

prokrypt commented 4 years ago

On ANSI keyboard: "F3" keyup triggers Super_L (Pine) keydown. Hitting the Pine key sends release event.

-event1   KEYBOARD_KEY     +3.816s  *** (-1) pressed
^[[13~ event1   KEYBOARD_KEY     +3.904s    *** (-1) released
 event1   KEYBOARD_KEY     +3.912s  KEY_LEFTMETA (125) pressed
 event1   KEYBOARD_KEY     +4.884s  KEY_LEFTMETA (125) released
jackhumbert commented 4 years ago

Are you using the latest default_ansi with the new build process? This was fixed when keymaps were introduced in #14.

Skirmisher commented 4 years ago

Was experiencing this issue, but updating to the latest default_ansi.hex fixed it for me.

prokrypt commented 4 years ago

Whoops, PEBKAC! I forgot to (re)make and follow new instructions.