nuttx/boards/xtensa/esp32s3
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
..
common boards/lckfb-szpi-esp32s3: switch adb config to nxinit entrypoint 2026-06-02 10:44:45 -04:00
esp32s3-8048S043 boards/comments: Remove legacy comments 2026-05-04 12:16:11 -03:00
esp32s3-box boards/comments: Remove legacy comments 2026-05-04 12:16:11 -03:00
esp32s3-devkit stdlib/rand: replace weak LCG with xorshift32 PRNG 2026-07-03 15:08:12 +08:00
esp32s3-eye boards/comments: Remove legacy comments 2026-05-04 12:16:11 -03:00
esp32s3-korvo-2 boards/comments: Remove legacy comments 2026-05-04 12:16:11 -03:00
esp32s3-lcd-ev boards/comments: Remove legacy comments 2026-05-04 12:16:11 -03:00
esp32s3-lhcbit boards/comments: Remove legacy comments 2026-05-04 12:16:11 -03:00
esp32s3-m5-cardputer boards/xtensa/esp32s3/esp32s3-m5-cardputer: report the cursor keys as keycodes 2026-07-31 11:02:20 -03:00
esp32s3-meadow boards/comments: Remove legacy comments 2026-05-04 12:16:11 -03:00
esp32s3-ws-lcd128 boards/comments: Remove legacy comments 2026-05-04 12:16:11 -03:00
esp32s3-xiao boards/comments: Remove legacy comments 2026-05-04 12:16:11 -03:00
lckfb-szpi-esp32s3 boards/lckfb-szpi-esp32s3: switch adb config to nxinit entrypoint 2026-06-02 10:44:45 -04:00