asterics / FLipMouse

The repository for FLipMouse (Finger and LipMouse)
https://www.asterics-foundation.org/projects/flipmouse
Other
36 stars 8 forks source link

Keycode lookup if esp32_mouse_keyboard aka ESP32miniBT module is connected. #34

Closed benjaminaigner closed 1 year ago

benjaminaigner commented 4 years ago

Currently, it is not possible to use different keyboard layouts than US for the FLipMouse. As we have limited resources in the FLipMouse (current master: 92% Flash, 79% static RAM usage), we could implement a lookup of keys / text or keycodes via the ESP32 module (4MB flash -> we can store all supported keymaps of Teensyduino there).

In my opinion, we need following new features:

benjaminaigner commented 1 year ago

Won't be implemented in v2 due to the problem that we cannot rely on a connected ESP32; in v3 we could implement different keyboard layouts on the RP2040 already.