mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-03-13 10:52:47 +01:00
made keymap dependent on layout, renamed default layout to 'mobintl' for 'mobile international'
This commit is contained in:
parent
07f153fe32
commit
8a844c0857
@ -1,3 +1,3 @@
|
||||
VERSION = 0.0.1
|
||||
CFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=700
|
||||
LAYOUT = mobile
|
||||
LAYOUT = mobintl
|
||||
|
@ -9,6 +9,7 @@
|
||||
/* spacing between keys */
|
||||
#define KBD_KEY_BORDER 2
|
||||
|
||||
#include "keymap.mobintl.h"
|
||||
#include "keyboard.h"
|
||||
|
||||
/* font (see `man fonts-conf` for instructions) */
|
Loading…
x
Reference in New Issue
Block a user