diff --git a/config.mk b/config.mk index baebe12..53c09f9 100644 --- a/config.mk +++ b/config.mk @@ -1,3 +1,3 @@ VERSION = 0.0.1 CFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=700 -LAYOUT = mobile +LAYOUT = mobintl diff --git a/keymap.h b/keymap.mobintl.h similarity index 100% rename from keymap.h rename to keymap.mobintl.h diff --git a/layout.mobile.h b/layout.mobintl.h similarity index 99% rename from layout.mobile.h rename to layout.mobintl.h index 4f4ab30..61fc872 100644 --- a/layout.mobile.h +++ b/layout.mobintl.h @@ -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) */ diff --git a/main.c b/main.c index b754e90..f24f07e 100644 --- a/main.c +++ b/main.c @@ -11,7 +11,6 @@ #include #include "drw.h" -#include "keymap.h" #include "os-compatibility.h" /* lazy die macro */