nuttx/boards/xtensa
Jorge Guzman baea352374 boards/xtensa/esp32s3/esp32s3-m5-cardputer: report the cursor keys as keycodes
The Fn cursor cluster was reported as ordinary key presses carrying 0x80
to 0x83, chosen to sit above the printable range so that an application
could tell them apart from characters.  That is the collision this work
exists to remove:  a key that produces no character is a special key, and
the event type is what says so.

Report them as KEYBOARD_SPECPRESS carrying KEYCODE_UP and friends, which
is what every other keyboard does and what the applications now expect.

The character tables are untouched, so the layout and the shift map behave
exactly as before.  Only the four Fn cursor keys change.

Not tested on hardware:  the board was not available.  It builds, and the
change is confined to the two lines that pick the event type.

Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2026-07-31 11:02:20 -03:00
..
esp32 !sensors/bme680: allow sensor configuration during registration 2026-06-09 11:00:25 -03:00
esp32s2 boards/xtensa/espressif: Fix crypto hash tests for esp32[-|-s2|-s3] 2026-06-02 15:14:34 +02:00
esp32s3 boards/xtensa/esp32s3/esp32s3-m5-cardputer: report the cursor keys as keycodes 2026-07-31 11:02:20 -03:00