made keymap dependent on layout, renamed default layout to 'mobintl' for 'mobile international'

This commit is contained in:
Maarten van Gompel 2021-08-24 11:21:43 +02:00 committed by John Sullivan
parent 07f153fe32
commit 8a844c0857
4 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
VERSION = 0.0.1
CFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=700
LAYOUT = mobile
LAYOUT = mobintl

View File

@ -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) */

1
main.c
View File

@ -11,7 +11,6 @@
#include <wchar.h>
#include "drw.h"
#include "keymap.h"
#include "os-compatibility.h"
/* lazy die macro */