mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-07-13 06:24:29 +02:00
WIP: refactorise keyboard.c
This commit is contained in:
committed by
John Sullivan
parent
5fb98bd005
commit
b5ec768822
@ -70,11 +70,6 @@ static enum layout_id layers[] = {
|
||||
NumLayouts //signals the last item, may not be omitted
|
||||
};
|
||||
|
||||
#include "keymap.mobintl.h"
|
||||
#include "keyboard.h"
|
||||
|
||||
static const char *default_font = "Monospace 15";
|
||||
|
||||
static struct key keys_full[], keys_special[], keys_simple[], keys_cyrillic[],
|
||||
keys_arabic[],
|
||||
keys_emoji[],
|
||||
|
Reference in New Issue
Block a user