From d62c52372c0e9d32efaa6311e4ae3a6b540d9987 Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Wed, 5 Dec 2012 00:50:26 +0100 Subject: [PATCH] Rename custom_map.h to config.h --- custom_map.h => config.h | 0 map.c | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename custom_map.h => config.h (100%) diff --git a/custom_map.h b/config.h similarity index 100% rename from custom_map.h rename to config.h diff --git a/map.c b/map.c index 13fbe5b..dbfd383 100644 --- a/map.c +++ b/map.c @@ -21,7 +21,7 @@ #include #include -#include "custom_map.h" +#include "config.h" #define UINPUT_PATH "/dev/uinput" @@ -105,7 +105,7 @@ int main(int argc, char** argv) { } #define H_CONFIGURE_JOYSTICKS - #include "custom_map.h" + #include "config.h" /* Allocate device info */ snprintf(uidev.name, UINPUT_MAX_NAME_SIZE, "key2joy:%d", j); @@ -143,7 +143,7 @@ int main(int argc, char** argv) { switch(e.code) { #define H_JOYMAP - #include "custom_map.h" + #include "config.h" default: nowrite = 1;