aboutsummaryrefslogtreecommitdiff
path: root/maps/map_es.h
diff options
context:
space:
mode:
Diffstat (limited to 'maps/map_es.h')
-rw-r--r--maps/map_es.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/map_es.h b/maps/map_es.h
index 30752e7..763e7cc 100644
--- a/maps/map_es.h
+++ b/maps/map_es.h
@@ -3,12 +3,12 @@
*
*/
-#ifndef __MAP_ES
-#define __MAP_ES
+#ifndef __EVS_MAP_ES
+#define __EVS_MAP_ES
static void init_shiftmap(void)
{
- init_shiftmap_global();
+ shm = khm_create();
EVS_SHIFT(KEY_1, "!");
EVS_SHIFT(KEY_2, "\"");
EVS_SHIFT(KEY_4, "$");
@@ -54,4 +54,4 @@ static char map[] = {
};
-#endif // __MAP_ES
+#endif // __EVS_MAP_ES