Rename default_layout.c to current_keymap.c and add current_keymap.h

This commit is contained in:
László Monda
2017-01-09 20:25:35 +01:00
parent f6a8c56f61
commit a79a2c7365
5 changed files with 15 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
#include "deserialize.h"
#include "action.h"
#include "current_keymap.h"
#define longCompactLengthPrefix 0xff
#define HAS_SCANCODE (1 << 0)