mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-07-12 22:14:32 +02:00
WIP: refactorise keyboard.c
This commit is contained in:
committed by
John Sullivan
parent
5fb98bd005
commit
b5ec768822
@ -1,4 +1,4 @@
|
||||
static const char *
|
||||
char *
|
||||
get_keymap(const char *name, uint32_t comp_unichr, uint32_t comp_shift_unichr) {
|
||||
char *keymap = malloc(65000);
|
||||
if (strcmp(name, "latin") == 0) {
|
||||
|
Reference in New Issue
Block a user