mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced 2025-02-19 10:30:26 +00:00
Accessing library functions via function pointer seems to cause a reset. Still investigating the cause. - compile keymaps subdir as part of main src cmakefile, rather than as a separate library. - rather than setup table of function pointers and using an indirection in the main code, set up a jump table (switch). This is cleaner.